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

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

Issue 628763003: Support InputRouter recycling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates Created 6 years, 2 months 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 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;

Powered by Google App Engine
This is Rietveld 408576698