Merge "Fix fix for bug 2816327"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec2b01e788
@@ -9514,7 +9514,6 @@ public class WebView extends AbsoluteLayout
|
||||
private native void nativeHideCursor();
|
||||
private native boolean nativeHitSelection(int x, int y);
|
||||
private native String nativeImageURI(int x, int y);
|
||||
private native void nativeInstrumentReport();
|
||||
private native Rect nativeLayerBounds(int layer);
|
||||
/* package */ native boolean nativeMoveCursorToNextTextInput();
|
||||
// return true if the page has been scrolled
|
||||
|
||||
@@ -594,8 +594,6 @@ public final class WebViewCore {
|
||||
|
||||
private native void nativeDumpNavTree();
|
||||
|
||||
private native void nativeDumpV8Counters();
|
||||
|
||||
private native void nativeSetJsFlags(String flags);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user