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

Commit c4196104 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Remove wrong nativeSubtractLayers"

parents b202fd96 d09666cb
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();