| 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);
|
| }
|
|
|
|
|