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

Unified Diff: components/mus/gesture_manager_unittest.cc

Issue 1344223002: Revert of Overhaul Mandoline event transport code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « components/mus/gesture_manager.cc ('k') | components/mus/view_tree_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gesture_manager_unittest.cc
diff --git a/components/mus/gesture_manager_unittest.cc b/components/mus/gesture_manager_unittest.cc
index 2f2ed62d22a38a56bd1dc3bf6346e37f5ed098a4..6badcbf3abfe95b6c2f1dd1a7776d4e23fc8d7b7 100644
--- a/components/mus/gesture_manager_unittest.cc
+++ b/components/mus/gesture_manager_unittest.cc
@@ -68,8 +68,8 @@
event->action = type;
event->pointer_data = mojo::PointerData::New();
event->pointer_data->pointer_id = pointer_id;
- event->pointer_data->location->x = x;
- event->pointer_data->location->y = y;
+ event->pointer_data->x = x;
+ event->pointer_data->y = y;
return event.Pass();
}
« no previous file with comments | « components/mus/gesture_manager.cc ('k') | components/mus/view_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698