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 22451d7083edce5e3f9419047b6241fb5b2170ce..49c1aea65083dd0588cbbdd94fed6e883b9e825b 100644 |
--- a/ash/drag_drop/drag_drop_controller.h |
+++ b/ash/drag_drop/drag_drop_controller.h |
@@ -57,6 +57,7 @@ class ASH_EXPORT DragDropController |
const aura::LocatedEvent& event) OVERRIDE; |
virtual void DragCancel() OVERRIDE; |
virtual bool IsDragDropInProgress() OVERRIDE; |
+ virtual gfx::NativeCursor GetDragCursor() OVERRIDE; |
// Overridden from aura::EventFilter: |
virtual bool PreHandleKeyEvent(aura::Window* target, |
@@ -88,6 +89,7 @@ class ASH_EXPORT DragDropController |
gfx::Point drag_image_offset_; |
const ui::OSExchangeData* drag_data_; |
int drag_operation_; |
+ gfx::NativeCursor drag_cursor_; |
// Window that is currently under the drag cursor. |
aura::Window* drag_window_; |