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

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

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.cc
diff --git a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.cc b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.cc
index d3097420d1676d1c5137f2642aef754487278efc..572cc500d180072e3f1d626e6f42e8e822bec62c 100644
--- a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.cc
+++ b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.cc
@@ -34,6 +34,10 @@ bool TouchpadTapSuppressionController::ShouldSuppressMouseUp() {
return controller_.ShouldSuppressTapEnd();
}
+void TouchpadTapSuppressionController::Reset() {
+ controller_.Reset();
+}
+
void TouchpadTapSuppressionController::DropStashedTapDown() {
}

Powered by Google App Engine
This is Rietveld 408576698