Index: Source/WebCore/platform/HostWindow.h |
diff --git a/Source/WebCore/platform/HostWindow.h b/Source/WebCore/platform/HostWindow.h |
index 6dea7a414ed0a1f78699077770d84c736b651910..85358672ff8080a3aa903fe10b429e085ce7c99e 100644 |
--- a/Source/WebCore/platform/HostWindow.h |
+++ b/Source/WebCore/platform/HostWindow.h |
@@ -50,11 +50,6 @@ public: |
// Requests the host invalidate the contents, not the root view. This is the slow path for scrolling. |
virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) = 0; |
-#if USE(TILED_BACKING_STORE) |
- // Requests the host to do the actual scrolling. This is only used in combination with a tiled backing store. |
- virtual void delegatedScrollRequested(const IntPoint& scrollPoint) = 0; |
-#endif |
- |
// Methods for doing coordinate conversions to and from screen coordinates. |
virtual IntPoint screenToRootView(const IntPoint&) const = 0; |
virtual IntRect rootViewToScreen(const IntRect&) const = 0; |