summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/LayerAndroid.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-09-21 15:43:37 +0100
committerSteve Block <steveblock@google.com>2011-09-22 22:57:10 +0100
commit8782ca1236bac0bb13e08a6b63f8743e0b01e75a (patch)
treeb3bf345515df5bf26b7df393ac4458c9dd57be86 /Source/WebCore/platform/graphics/android/LayerAndroid.h
parent06ab37f33e994114ce0ec9fbb35fe48249ed6dbc (diff)
downloadexternal_webkit-8782ca1236bac0bb13e08a6b63f8743e0b01e75a.zip
external_webkit-8782ca1236bac0bb13e08a6b63f8743e0b01e75a.tar.gz
external_webkit-8782ca1236bac0bb13e08a6b63f8743e0b01e75a.tar.bz2
Fix find-in-page to scroll scrollable layers
This requires the addition of the following methods ... - Layer::contentIsScrollable() - Layer::localToParent() - ScrollableLayerAndroid::scrollRectIntoView() Bug: 5262656 Change-Id: I2f1cf3342f73890f98a172f1b4e3f440c02dd9f4
Diffstat (limited to 'Source/WebCore/platform/graphics/android/LayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/LayerAndroid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/LayerAndroid.h b/Source/WebCore/platform/graphics/android/LayerAndroid.h
index 31bb185..5bed7e5 100644
--- a/Source/WebCore/platform/graphics/android/LayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/LayerAndroid.h
@@ -243,7 +243,6 @@ public:
void bounds(SkRect*) const;
- virtual bool contentIsScrollable() const { return false; }
virtual LayerAndroid* copy() const { return new LayerAndroid(*this); }
void needsRepaint() { m_pictureUsed++; }