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

Unified Diff: content/browser/renderer_host/touchpad_tap_suppression_controller_aura.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_aura.cc
diff --git a/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc b/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
index 13fadab9b7516e3f498fcbef253654e83be3cd08..a9ef442656ca1374358caea84692f51fbef4cab8 100644
--- a/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
+++ b/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
@@ -28,7 +28,7 @@ void TouchpadTapSuppressionController::GestureFlingCancelAck(bool processed) {
}
bool TouchpadTapSuppressionController::ShouldDeferMouseDown(
- const WebKit::WebMouseEvent& event) {
+ const MouseEventWithLatencyInfo& event) {
bool should_defer = controller_->ShouldDeferTapDown();
if (should_defer)
stashed_mouse_down_ = event;

Powered by Google App Engine
This is Rietveld 408576698