Index: Source/core/input/EventHandler.h |
diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h |
index 70a65eccc88a2962ccccd745e06409b5b06f3567..7a36b296661b4aca3dfc51e6c8371998c40435fe 100644 |
--- a/Source/core/input/EventHandler.h |
+++ b/Source/core/input/EventHandler.h |
@@ -232,6 +232,8 @@ private: |
bool handleGestureScrollBegin(const PlatformGestureEvent&); |
void clearGestureScrollNodes(); |
+ void updateGestureTargetNodeForMouseEvent(const GestureEventWithHitTestResults&); |
+ |
bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const; |
OptionalCursor selectCursor(const HitTestResult&); |