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 6f93f1d9906eb8170fa801bf58c8512aadbaeb30..ffca8a70c82d447746a36084efcb16a948797b59 100644 |
--- a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h |
+++ b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h |
@@ -48,6 +48,9 @@ class TouchpadTapSuppressionController : public TapSuppressionControllerClient { |
// should stop normal handling of the MouseUp. |
bool ShouldSuppressMouseUp(); |
+ // Reset the state of tap suppression. |
+ void Reset(); |
+ |
private: |
friend class MockRenderWidgetHost; |