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

Commit dbd98bfe authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Remove unused native method" into jb-dev

parents f74f1ac8 8230231c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8631,7 +8631,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);