Skip to content

Commit 8230231

Browse files
committed
Remove unused native method
depends on external/webkit change: https://android-git.corp.google.com/g/#/c/190468/ bug:6486310 Change-Id: Id1c1eabf27135c73e45a489ab4c7cfa26e0c9def
1 parent 2411c33 commit 8230231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/webkit/WebViewClassic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8648,7 +8648,6 @@ private native int nativeCreateDrawGLFunction(int nativeInstance, Rect invS
86488648
private native void nativeUpdateDrawGLFunction(int nativeInstance, Rect invScreenRect,
86498649
Rect screenRect, RectF visibleContentRect, float scale);
86508650
private native String nativeGetSelection();
8651-
private native Rect nativeLayerBounds(int layer);
86528651
private native void nativeSetHeightCanMeasure(boolean measure);
86538652
private native boolean nativeSetBaseLayer(int nativeInstance,
86548653
int layer, boolean showVisualIndicator, boolean isPictureAfterFirstLayout);

0 commit comments

Comments
 (0)