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

Unified Diff: ui/aura/window_event_dispatcher.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/aura/window_event_dispatcher.cc
diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
index fcd55e02c0064c9ee9d52d7eb35e0bd0bad8c282..9979cb4dd2b8f9a4361757f1563aa11ddb99aa05 100644
--- a/ui/aura/window_event_dispatcher.cc
+++ b/ui/aura/window_event_dispatcher.cc
@@ -499,7 +499,7 @@ ui::EventDispatchDetails WindowEventDispatcher::PostDispatchEvent(
// Once we've fully migrated to the eager gesture detector, we won't
// need to pass an event here.
gestures.reset(ui::GestureRecognizer::Get()->AckSyncTouchEvent(
- touchevent.unique_event_id(), event.result(),
+ touchevent.unique_touch_event_id(), event.result(),
static_cast<Window*>(target)));
return ProcessGestures(gestures.get());

Powered by Google App Engine
This is Rietveld 408576698