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

Unified Diff: content/browser/renderer_host/input/tap_suppression_controller.h

Issue 2542453003: Suppress LongPress/Tap, and TwoFingerTap when TapDown cancels a fling. (Closed)
Patch Set: Created 4 years 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: content/browser/renderer_host/input/tap_suppression_controller.h
diff --git a/content/browser/renderer_host/input/tap_suppression_controller.h b/content/browser/renderer_host/input/tap_suppression_controller.h
index dc0def55e039c019ac7ba8fd42e8469a86ac4303..c50a3b2187abd56822fe4f805ec1f628e7a49b46 100644
--- a/content/browser/renderer_host/input/tap_suppression_controller.h
+++ b/content/browser/renderer_host/input/tap_suppression_controller.h
@@ -70,6 +70,7 @@ class CONTENT_EXPORT TapSuppressionController {
GFC_IN_PROGRESS,
TAP_DOWN_STASHED,
LAST_CANCEL_STOPPED_FLING,
+ MUST_SUPPRESS_TAP_ENDS,
tdresser 2016/12/01 18:57:59 How about SUPPRESSING_TAPS? The events you're sup
sahel 2016/12/06 15:18:13 TapCancel as well. (Before LongTap and TwoFingerTa
};
TapSuppressionControllerClient* client_;

Powered by Google App Engine
This is Rietveld 408576698