| Index: ash/wm/window_modality_controller.cc
|
| diff --git a/ash/wm/window_modality_controller.cc b/ash/wm/window_modality_controller.cc
|
| index 86e4c022cf5cfc9bab15540096ea57ccfcf656c3..a4aadc3f264e2c7135c1f1edee857cfebcbfda8f 100644
|
| --- a/ash/wm/window_modality_controller.cc
|
| +++ b/ash/wm/window_modality_controller.cc
|
| @@ -72,5 +72,12 @@ ui::TouchStatus WindowModalityController::PreHandleTouchEvent(
|
| return ui::TOUCH_STATUS_UNKNOWN;
|
| }
|
|
|
| +ui::GestureStatus WindowModalityController::PreHandleGestureEvent(
|
| + aura::Window* target,
|
| + aura::GestureEvent* event) {
|
| + // TODO: make gestures work with modals.
|
| + return ui::GESTURE_STATUS_UNKNOWN;
|
| +}
|
| +
|
| } // namespace internal
|
| } // namespace ash
|
|
|