| Index: ash/wm/modality_event_filter.cc
|
| diff --git a/ash/wm/modality_event_filter.cc b/ash/wm/modality_event_filter.cc
|
| index 1b8128d06192505f77c5e020249fe1456bcf2714..ec06928eb67980e6cae54a49c2038ad5a8ee3a92 100644
|
| --- a/ash/wm/modality_event_filter.cc
|
| +++ b/ash/wm/modality_event_filter.cc
|
| @@ -36,5 +36,12 @@ ui::TouchStatus ModalityEventFilter::PreHandleTouchEvent(
|
| return ui::TOUCH_STATUS_UNKNOWN;
|
| }
|
|
|
| +ui::GestureStatus ModalityEventFilter::PreHandleGestureEvent(
|
| + aura::Window* target,
|
| + aura::GestureEvent* event) {
|
| + // TODO(sad):
|
| + return ui::GESTURE_STATUS_UNKNOWN;
|
| +}
|
| +
|
| } // namespace internal
|
| } // namespace ash
|
|
|