| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index d7cd9bb67af8650b19ae82de6eab98bd2bcb88c5..f7635d2c0d8fa32749631eb71492e0ca41a5e688 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -43,6 +43,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class AutoscrollController;
|
| class Clipboard;
|
| class Document;
|
| class Element;
|
| @@ -98,7 +99,7 @@ public:
|
| void startPanScrolling(RenderObject*);
|
| #endif
|
|
|
| - void stopAutoscrollTimer();
|
| + void stopAutoscroll();
|
|
|
| void dispatchFakeMouseMoveEventSoon();
|
| void dispatchFakeMouseMoveEventSoonInQuad(const FloatQuad&);
|
| @@ -288,6 +289,7 @@ private:
|
| bool sendScrollEventToView(const PlatformGestureEvent&, const FloatSize&);
|
| Frame* getSubFrameForGestureEvent(const IntPoint& touchAdjustedPoint, const PlatformGestureEvent&);
|
|
|
| + AutoscrollController* autoscrollController() const;
|
| bool panScrollInProgress() const;
|
| void setLastKnownMousePosition(const PlatformMouseEvent&);
|
|
|
|
|