diff options
| author | 2012-06-14 17:19:27 -0700 | |
|---|---|---|
| committer | 2012-06-14 17:19:27 -0700 | |
| commit | c0dc36d19e91d83a23114f7cc3f9976c7d1593bb (patch) | |
| tree | a825e2b9a97dbccfaec612cb14b43784f3da3e23 | |
| parent | 69be9f7dee44b4312741d31834181d4cf049b041 (diff) | |
Remove unused
Change-Id: If75de601f2fcf6309897f2005d505082e8cd4934
| -rw-r--r-- | core/java/android/webkit/WebViewCore.java | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/core/java/android/webkit/WebViewCore.java b/core/java/android/webkit/WebViewCore.java index eaaaf77f37e7..7fb3afebbd96 100644 --- a/core/java/android/webkit/WebViewCore.java +++ b/core/java/android/webkit/WebViewCore.java @@ -621,8 +621,6 @@ public final class WebViewCore {       */      private native void nativeNotifyAnimationStarted(int nativeClass); -    private native boolean nativeFocusBoundsChanged(int nativeClass); -      private native boolean nativeKey(int nativeClass, int keyCode,              int unichar, int repeatCount, boolean isShift, boolean isAlt,              boolean isSym, boolean isDown); @@ -2190,7 +2188,6 @@ public final class WebViewCore {          // only non-null if it is for the first picture set after the first layout          ViewState mViewState;          boolean mFirstLayoutForNonStandardLoad; -        boolean mFocusSizeChanged;      }      DrawData mLastDrawData = null; @@ -2245,7 +2242,6 @@ public final class WebViewCore {      private void webkitDraw(DrawData draw) {          if (mWebViewClassic != null) { -            draw.mFocusSizeChanged = nativeFocusBoundsChanged(mNativeClass);              draw.mViewSize = new Point(mCurrentViewWidth, mCurrentViewHeight);              if (mSettings.getUseWideViewPort()) {                  draw.mMinPrefWidth = Math.max( |