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

Commit d09666cb authored by John Reck's avatar John Reck
Browse files

Remove wrong nativeSubtractLayers

 Bug: 5338388

Change-Id: I6b40d29d53df67bc04e8e52627b5d0c2769c28a5
parent 0f98616b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7239,7 +7239,6 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                viewToContentX(getScrollX() + getWidth()
                - mWebView.getVerticalScrollbarWidth()),
                viewToContentY(getScrollY() + getViewHeightWithTitle()));
        content = nativeSubtractLayers(content);
        int screenTop = contentToViewY(content.top);
        int screenBottom = contentToViewY(content.bottom);
        int height = screenBottom - screenTop;
@@ -9135,7 +9134,6 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
    private native void     nativeCopyBaseContentToPicture(Picture pict);
    private native boolean  nativeHasContent();
    private native void     nativeStopGL();
    private native Rect     nativeSubtractLayers(Rect content);
    private native void     nativeDiscardAllTextures();
    private native void     nativeTileProfilingStart();
    private native float    nativeTileProfilingStop();