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 c983a43b21c6040b2d9e72671042c92097e2be92..a0c1ac575c20fd35b8b7743a890fc64be3fb5753 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -180,6 +180,12 @@ ui::TouchStatus DragDropController::PreHandleTouchEvent( |
return ui::TOUCH_STATUS_UNKNOWN; |
} |
+ui::GestureStatus DragDropController::PreHandleGestureEvent( |
+ aura::Window* target, |
+ aura::GestureEvent* event) { |
+ return ui::GESTURE_STATUS_UNKNOWN; |
+} |
+ |
//////////////////////////////////////////////////////////////////////////////// |
// DragDropController, private: |