diff options
author | Steve Block <steveblock@google.com> | 2011-09-22 14:58:54 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-22 14:58:54 -0700 |
commit | 81a264881142f77e3745fe68a03e41b36e554d40 (patch) | |
tree | 0ce2c81d0d4641b3cc85f3981ba75cb3c933bac2 /Source/WebKit/android/nav/CachedRoot.h | |
parent | 7a470a5136c5368e699d03db6ee74e20ec505de5 (diff) | |
parent | 8782ca1236bac0bb13e08a6b63f8743e0b01e75a (diff) | |
download | external_webkit-81a264881142f77e3745fe68a03e41b36e554d40.zip external_webkit-81a264881142f77e3745fe68a03e41b36e554d40.tar.gz external_webkit-81a264881142f77e3745fe68a03e41b36e554d40.tar.bz2 |
Merge "Fix find-in-page to scroll scrollable layers"
Diffstat (limited to 'Source/WebKit/android/nav/CachedRoot.h')
-rw-r--r-- | Source/WebKit/android/nav/CachedRoot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/nav/CachedRoot.h b/Source/WebKit/android/nav/CachedRoot.h index 45fc27a..65c6062 100644 --- a/Source/WebKit/android/nav/CachedRoot.h +++ b/Source/WebKit/android/nav/CachedRoot.h @@ -89,7 +89,7 @@ public: return pictureAt(xPtr, yPtr, 0); } void reset(); CachedHistory* rootHistory() const { return mHistory; } - const WebCore::LayerAndroid* rootLayer() const { return mRootLayer; } + WebCore::LayerAndroid* rootLayer() const { return mRootLayer; } bool scrollDelta(WebCore::IntRect& cursorRingBounds, Direction , int* delta); const WebCore::IntRect& scrolledBounds() const { return mScrolledBounds; } void setCursor(CachedFrame* , CachedNode* ); |