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