| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index dadb881ff21e8d59ef30b77a41862a5b72c424bc..7e2d7e42cd4f7b9290aa11e7bdf4d2ae9a249971 100644
|
| --- a/ash/wm/app_list_controller.cc
|
| +++ b/ash/wm/app_list_controller.cc
|
| @@ -260,10 +260,10 @@ bool AppListController::PreHandleMouseEvent(aura::Window* target,
|
| return false;
|
| }
|
|
|
| -ui::TouchStatus AppListController::PreHandleTouchEvent(
|
| +ui::EventResult AppListController::PreHandleTouchEvent(
|
| aura::Window* target,
|
| ui::TouchEvent* event) {
|
| - return ui::TOUCH_STATUS_UNKNOWN;
|
| + return ui::ER_UNHANDLED;
|
| }
|
|
|
| ui::EventResult AppListController::PreHandleGestureEvent(
|
|
|