Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 280dda75 authored by Nicolas Roard's avatar Nicolas Roard Committed by Android Git Automerger
Browse files

am 16d8de7a: am 3e37a2f3: am fcba2353: Merge "Remove uncalled function -- java...

am 16d8de7a: am 3e37a2f3: am fcba2353: Merge "Remove uncalled function -- java counterpart of the fix for bug:4183801" into honeycomb-mr1

* commit '16d8de7a':
  Remove uncalled function -- java counterpart of the fix for bug:4183801
parents 592cb584 16d8de7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8776,7 +8776,6 @@ public class WebView extends AbsoluteLayout
    private native int      nativeGetDrawGLFunction(Rect rect, Rect viewRect,
            float scale, int extras);
    private native void     nativeUpdateDrawGLFunction(Rect rect, Rect viewRect);
    private native boolean  nativeDrawGL(Rect rect, float scale, int extras);
    private native void     nativeExtendSelection(int x, int y);
    private native int      nativeFindAll(String findLower, String findUpper,
            boolean sameAsLastSearch);