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

Unified Diff: ui/chromeos/touch_exploration_controller.cc

Issue 999423003: Set the unique_event_id when converting from TouchEvent to WebTouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Motion events Created 5 years, 9 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: ui/chromeos/touch_exploration_controller.cc
diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc
index 23ea7406f661873c9d212253ff04bcbfd394bda8..ac5d300dd22cb388244ab7a9c7fac099cf52f522 100644
--- a/ui/chromeos/touch_exploration_controller.cc
+++ b/ui/chromeos/touch_exploration_controller.cc
@@ -152,7 +152,7 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent(
ui::TouchEvent mutable_touch_event = touch_event;
if (gesture_provider_->OnTouchEvent(&mutable_touch_event)) {
gesture_provider_->OnSyncTouchEventAck(
- mutable_touch_event.unique_event_id(), false);
+ mutable_touch_event.unique_touch_event_id(), false);
}
ProcessGestureEvents();
}

Powered by Google App Engine
This is Rietveld 408576698