Chromium Code Reviews| Index: ui/aura/root_window.cc |
| =================================================================== |
| --- ui/aura/root_window.cc (revision 126124) |
| +++ ui/aura/root_window.cc (working copy) |
| @@ -589,8 +589,9 @@ |
| return target->delegate()->OnTouchEvent(event); |
| } |
| -ui::GestureStatus RootWindow::ProcessGestureEvent(Window* target, |
| - GestureEvent* event) { |
| +ui::GestureStatus RootWindow::ProcessGestureEvent( |
|
rjkroege
2012/04/02 17:05:15
this change seems unnecessary?
|
| + Window* target, |
| + GestureEvent* event) { |
| if (!target->IsVisible()) |
| return ui::GESTURE_STATUS_UNKNOWN; |