Index: Source/WebCore/page/Chrome.h |
diff --git a/Source/WebCore/page/Chrome.h b/Source/WebCore/page/Chrome.h |
index f5d012327b149c0ebb7588e920befa1dba425484..4356bd1b740e6ac7787b9a3bd26b87320e9429bb 100644 |
--- a/Source/WebCore/page/Chrome.h |
+++ b/Source/WebCore/page/Chrome.h |
@@ -74,9 +74,6 @@ public: |
virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE; |
virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE; |
virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE; |
-#if USE(TILED_BACKING_STORE) |
- virtual void delegatedScrollRequested(const IntPoint& scrollPoint) OVERRIDE; |
-#endif |
virtual IntPoint screenToRootView(const IntPoint&) const OVERRIDE; |
virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE; |
virtual PlatformPageClient platformPageClient() const OVERRIDE; |