Index: content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h |
diff --git a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h |
index c7a3039530afdb7cebd225488f72c00e35df62c1..64f72a0d7a5e5d3bb07a53957d3524faad9f3665 100644 |
--- a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h |
+++ b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h |
@@ -50,6 +50,11 @@ class TouchscreenTapSuppressionController |
ScopedGestureEvent stashed_show_press_; |
ScopedGestureEvent stashed_long_press_; |
+ // This is true when the stashed GestureTapDown event gets forwarded. The |
+ // controller should forward the next GestureTapCancel as well to maintain a |
+ // valid input stream. |
+ bool forward_next_tap_cancel_; |
+ |
// The core controller of tap suppression. |
TapSuppressionController controller_; |