Index: third_party/WebKit/Source/core/input/EventHandler.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h |
index 2db35deadc1f46571aa5d13afd2f3896ce1bea6b..47a36a07367b7f26a67e20ee01ebe22d462913d1 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -180,7 +180,6 @@ public: |
WebInputEventResult sendContextMenuEvent(const PlatformMouseEvent&, Node* overrideTargetNode = nullptr); |
WebInputEventResult sendContextMenuEventForKey(Element* overrideTargetElement = nullptr); |
- WebInputEventResult sendContextMenuEventForGesture(const GestureEventWithHitTestResults&); |
// Returns whether pointerId is active or not |
bool isPointerEventActive(int); |