Merge "Fix fix for bug 2816327"

This commit is contained in:
Kristian Monsen
2011-11-17 05:43:40 -08:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -594,8 +594,6 @@ public final class WebViewCore {
private native void nativeDumpNavTree();
private native void nativeDumpV8Counters();
private native void nativeSetJsFlags(String flags);
/**