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 2b3e21deed2132bec6747bb8cef79eb663a0508f..2dcc036197c7cfa547f8bbc3b2f89fde21c39ce4 100644 |
--- a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h |
+++ b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h |
@@ -35,6 +35,9 @@ class TouchscreenTapSuppressionController |
// caller should stop normal handling of the gesture. |
bool FilterTapEvent(const GestureEventWithLatencyInfo& event); |
+ // Reset the state of tap suppression. |
+ void Reset(); |
+ |
private: |
// TapSuppressionControllerClient implementation. |
virtual void DropStashedTapDown() override; |