Index: ash/drag_drop/drag_drop_controller.h |
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h |
index cbe6853574e12b3257e5245fa1cd672046b02002..0f9b257f56237b1a6c895858451c6e76daea49f7 100644 |
--- a/ash/drag_drop/drag_drop_controller.h |
+++ b/ash/drag_drop/drag_drop_controller.h |
@@ -62,6 +62,9 @@ class ASH_EXPORT DragDropController |
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; |
private: |
friend class ash::test::DragDropControllerTest; |