Skip to content

Commit dbd98bf

Browse files
ChrisCraikAndroid (Google) Code Review
authored andcommitted
Merge "Remove unused native method" into jb-dev
2 parents f74f1ac + 8230231 commit dbd98bf

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
@@ -8631,7 +8631,6 @@ private native int nativeCreateDrawGLFunction(int nativeInstance, Rect invS
86318631
private native void nativeUpdateDrawGLFunction(int nativeInstance, Rect invScreenRect,
86328632
Rect screenRect, RectF visibleContentRect, float scale);
86338633
private native String nativeGetSelection();
8634-
private native Rect nativeLayerBounds(int layer);
86358634
private native void nativeSetHeightCanMeasure(boolean measure);
86368635
private native boolean nativeSetBaseLayer(int nativeInstance,
86378636
int layer, boolean showVisualIndicator, boolean isPictureAfterFirstLayout);

0 commit comments

Comments
 (0)