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

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, 7 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..4f43696e0fdb007a8db5b621033972dba3be739e 100644
--- a/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
+++ b/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
@@ -27,7 +27,7 @@ void TouchpadTapSuppressionController::GestureFlingCancelAck(
}
bool TouchpadTapSuppressionController::ShouldDeferMouseDown(
- const WebKit::WebMouseEvent& /*event*/) {
+ const MouseEventWithLatencyInfo& /*event*/) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698