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

Commit 8230231c authored by Chris Craik's avatar Chris Craik
Browse files

Remove unused native method

depends on external/webkit change: https://android-git.corp.google.com/g/#/c/190468/

bug:6486310
Change-Id: Id1c1eabf27135c73e45a489ab4c7cfa26e0c9def
parent 2411c336
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8648,7 +8648,6 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
    private native void     nativeUpdateDrawGLFunction(int nativeInstance, Rect invScreenRect,
            Rect screenRect, RectF visibleContentRect, float scale);
    private native String   nativeGetSelection();
    private native Rect     nativeLayerBounds(int layer);
    private native void     nativeSetHeightCanMeasure(boolean measure);
    private native boolean  nativeSetBaseLayer(int nativeInstance,
            int layer, boolean showVisualIndicator, boolean isPictureAfterFirstLayout);