| Index: Source/core/input/EventHandler.h
|
| diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h
|
| index 55ebd370727a692a333d97ec80a5f5f4a9553925..e740b23cd56d6cfef65420d9f2eb41a8db521d88 100644
|
| --- a/Source/core/input/EventHandler.h
|
| +++ b/Source/core/input/EventHandler.h
|
| @@ -239,6 +239,8 @@ private:
|
| bool handleGestureScrollBegin(const PlatformGestureEvent&);
|
| void clearGestureScrollState();
|
|
|
| + void updateGestureTargetNodeForMouseEvent(const GestureEventWithHitTestResults&);
|
| +
|
| bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
|
|
|
| OptionalCursor selectCursor(const HitTestResult&);
|
|
|