| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 32a599732dbe6b3274d1cb8c1b25b8ea3080c536..36fa9ffa67e42466aa944e2f9e7f4b6e120dba5f 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -493,7 +493,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&);
|
|
|