summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/nav/CachedRoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/nav/CachedRoot.h')
-rw-r--r--Source/WebKit/android/nav/CachedRoot.h2
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* );