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 80ffc99a03092d1af7edd7a364256925cb68bfa5..f939ccbf75dbc2eaeafb895126b08b18b864fdd1 100644 |
--- a/ui/aura/remote_window_tree_host_win.cc |
+++ b/ui/aura/remote_window_tree_host_win.cc |
@@ -389,7 +389,7 @@ |
0, |
0, |
ui::EventTimeForNow(), |
- ui::GestureEventDetails(ui::ET_GESTURE_WIN8_EDGE_SWIPE)); |
+ ui::GestureEventDetails(ui::ET_GESTURE_WIN8_EDGE_SWIPE, 0, 0)); |
SendEventToProcessor(&event); |
} |