Index: Source/WebCore/loader/EmptyClients.h |
diff --git a/Source/WebCore/loader/EmptyClients.h b/Source/WebCore/loader/EmptyClients.h |
index 3b48a91e8098915cb440b4e4986d6f264f425b8d..5b2ed7a72e847e67fe39c2dd539b4b2d45f89b29 100644 |
--- a/Source/WebCore/loader/EmptyClients.h |
+++ b/Source/WebCore/loader/EmptyClients.h |
@@ -137,9 +137,6 @@ public: |
virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE { } |
virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE { } |
virtual void scroll(const IntSize&, const IntRect&, const IntRect&) { } |
-#if USE(TILED_BACKING_STORE) |
- virtual void delegatedScrollRequested(const IntPoint&) { } |
-#endif |
virtual void scheduleAnimation() { } |
virtual IntPoint screenToRootView(const IntPoint& p) const OVERRIDE { return p; } |