Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.h

Issue 2141993003: PointerEvents for long-press: fix double firing & canceling MEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed formats. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698