| Index: ash/app_list/app_list.cc
|
| diff --git a/ash/app_list/app_list.cc b/ash/app_list/app_list.cc
|
| index 9f2ce91632e28527ea372216e36752207445f43d..8510d092aa2c250365c963029e3b46dcbddb33ad 100644
|
| --- a/ash/app_list/app_list.cc
|
| +++ b/ash/app_list/app_list.cc
|
| @@ -149,6 +149,12 @@ ui::TouchStatus AppList::PreHandleTouchEvent(aura::Window* target,
|
| return ui::TOUCH_STATUS_UNKNOWN;
|
| }
|
|
|
| +ui::GestureStatus AppList::PreHandleGestureEvent(
|
| + aura::Window* target,
|
| + aura::GestureEvent* event) {
|
| + return ui::GESTURE_STATUS_UNKNOWN;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // AppList, ui::LayerAnimationObserver implementation:
|
|
|
|
|