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

Unified Diff: content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.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/touchscreen_tap_suppression_controller_stub.cc
diff --git a/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc b/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
index f2d2770d4dac32e7a0dee1ce2bafd0d8d35f0a8f..86c0d68e8260697e5ecb0d7ac675c2cb34994f4b 100644
--- a/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
+++ b/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
@@ -26,7 +26,7 @@ void TouchscreenTapSuppressionController::GestureFlingCancelAck(
}
bool TouchscreenTapSuppressionController::ShouldDeferGestureTapDown(
- const WebKit::WebGestureEvent& /*event*/) {
+ const GestureEventWithLatencyInfo& /*event*/) {
return false;
}
« no previous file with comments | « content/browser/renderer_host/touchscreen_tap_suppression_controller.cc ('k') | content/common/input_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698