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

Unified Diff: ui/aura/remote_window_tree_host_win.cc

Issue 565583005: Clean up GestureEventDetails constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alwasy set oldest_touch_id_ to -1 in the constructor Created 6 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
Index: ui/aura/remote_window_tree_host_win.cc
diff --git a/ui/aura/remote_window_tree_host_win.cc b/ui/aura/remote_window_tree_host_win.cc
index 14c9bf6fe6cfa77813edeb5ba1900e1fbdf25077..4e37d4c55ad14a9b8071278a1d702bbeb7235550 100644
--- a/ui/aura/remote_window_tree_host_win.cc
+++ b/ui/aura/remote_window_tree_host_win.cc
@@ -389,7 +389,7 @@ void RemoteWindowTreeHostWin::OnEdgeGesture() {
0,
0,
ui::EventTimeForNow(),
- ui::GestureEventDetails(ui::ET_GESTURE_WIN8_EDGE_SWIPE, 0, 0));
+ ui::GestureEventDetails(ui::ET_GESTURE_WIN8_EDGE_SWIPE));
SendEventToProcessor(&event);
}

Powered by Google App Engine
This is Rietveld 408576698