Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 69cf4d1dfd906a8f30944648ba1e0f98a152b2a7..39235d6d1d6dde00cf5e082bc5ae2c1408114b3d 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -492,7 +492,7 @@ public: |
virtual bool canBeProgramaticallyScrolled() const; |
virtual void autoscroll(const IntPoint&); |
bool canAutoscroll() const; |
- IntSize calculateAutoscrollDirection(const IntPoint& windowPoint) const; |
+ IntSize calculateAutoscrollDirection(const IntPoint& pointInRootFrame) const; |
static LayoutBox* findAutoscrollable(LayoutObject*); |
virtual void stopAutoscroll() { } |
virtual void panScroll(const IntPoint&); |