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

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

Issue 2542453003: Suppress LongPress/Tap, and TwoFingerTap when TapDown cancels a fling. (Closed)
Patch Set: clarification comments added. 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/touchpad_tap_suppression_controller.h
diff --git a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h
index 1934ad6e863f3a09307eb1ec1398bed794fb56e8..88b0805819c40dac246e9d7fd5bd8a3f3a02fa9c 100644
--- a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h
+++ b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h
@@ -54,6 +54,7 @@ class TouchpadTapSuppressionController : public TapSuppressionControllerClient {
// TapSuppressionControllerClient implementation.
void DropStashedTapDown() override;
+ void ForwardStashedGestureEvents() override;
void ForwardStashedTapDown() override;
TouchpadTapSuppressionControllerClient* client_;

Powered by Google App Engine
This is Rietveld 408576698