| Index: ash/drag_drop/drag_drop_controller.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc
|
| index 5d4408555ed23ce4cb945288cede3bc2e8de39a9..1563a5c9c4a98807859bbca0927d6abf24f39979 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -261,10 +261,10 @@ ui::TouchStatus DragDropController::PreHandleTouchEvent(
|
| return ui::TOUCH_STATUS_CONTINUE;
|
| }
|
|
|
| -ui::GestureStatus DragDropController::PreHandleGestureEvent(
|
| +ui::EventResult DragDropController::PreHandleGestureEvent(
|
| aura::Window* target,
|
| ui::GestureEvent* event) {
|
| - return ui::GESTURE_STATUS_UNKNOWN;
|
| + return ui::ER_UNHANDLED;
|
| }
|
|
|
| void DragDropController::OnWindowDestroyed(aura::Window* window) {
|
|
|