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

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

Issue 13931009: Add latency info to input events sent to RenderWidget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/touchpad_tap_suppression_controller.cc
diff --git a/content/browser/renderer_host/touchpad_tap_suppression_controller.cc b/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
index 9154908f0865ba2442505b09fc3181d1978a1950..8c3f2ac1f35734c0202e6b5dc95052b21b6068d2 100644
--- a/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
+++ b/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
@@ -27,7 +27,8 @@ void TouchpadTapSuppressionController::GestureFlingCancelAck(
}
bool TouchpadTapSuppressionController::ShouldDeferMouseDown(
- const WebKit::WebMouseEvent& /*event*/) {
+ const WebKit::WebMouseEvent& /*event*/,
+ const cc::LatencyInfo& /*latency_info*/) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698