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

Unified Diff: content/browser/renderer_host/input/touchscreen_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/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;

Powered by Google App Engine
This is Rietveld 408576698