summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/HostWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/HostWindow.h')
-rw-r--r--Source/WebCore/platform/HostWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/HostWindow.h b/Source/WebCore/platform/HostWindow.h
index 0d19356..316f043 100644
--- a/Source/WebCore/platform/HostWindow.h
+++ b/Source/WebCore/platform/HostWindow.h
@@ -52,7 +52,7 @@ public:
#if ENABLE(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 IntSize& scrollDelta) = 0;
+ virtual void delegatedScrollRequested(const IntPoint& scrollPoint) = 0;
#endif
// Methods for doing coordinate conversions to and from screen coordinates.