| Index: ash/wm/toplevel_window_event_filter.h
|
| diff --git a/ash/wm/toplevel_window_event_filter.h b/ash/wm/toplevel_window_event_filter.h
|
| index a08e973b7f0bb634bb81d3ff11ed90805bfa02da..2b5c88e5194744041c645f74217f844621e0693f 100644
|
| --- a/ash/wm/toplevel_window_event_filter.h
|
| +++ b/ash/wm/toplevel_window_event_filter.h
|
| @@ -38,6 +38,9 @@ class ASH_EXPORT ToplevelWindowEventFilter :
|
| aura::MouseEvent* event) OVERRIDE;
|
| virtual ui::TouchStatus PreHandleTouchEvent(aura::Window* target,
|
| aura::TouchEvent* event) OVERRIDE;
|
| + virtual ui::GestureStatus PreHandleGestureEvent(
|
| + aura::Window* target,
|
| + aura::GestureEvent* event) OVERRIDE;
|
|
|
| // Overridden form aura::client::WindowMoveClient:
|
| virtual void RunMoveLoop(aura::Window* source) OVERRIDE;
|
|
|