Index: Source/core/page/EventHandler.h |
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h |
index f8e0627d90ad73a5910648e8821a9902926d06e5..b40e9e626d02ccde7acab251ee4d86ec6c97829b 100644 |
--- a/Source/core/page/EventHandler.h |
+++ b/Source/core/page/EventHandler.h |
@@ -301,10 +301,10 @@ private: |
bool isKeyEventAllowedInFullScreen(const PlatformKeyboardEvent&) const; |
bool handleGestureTapDown(); |
- bool handleGestureForTextSelectionOrContextMenu(const PlatformGestureEvent&); |
bool passGestureEventToWidget(const PlatformGestureEvent&, Widget*); |
bool passGestureEventToWidgetIfPossible(const PlatformGestureEvent&, RenderObject*); |
bool sendScrollEventToView(const PlatformGestureEvent&, const FloatSize&); |
+ Frame* getSubFrameForGestureEvent(const IntPoint& touchAdjustedPoint, const PlatformGestureEvent&); |
void setLastKnownMousePosition(const PlatformMouseEvent&); |