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 d138ef64163208262900d5a985d92844eaa374e0..59f1f3288f25b3e1579fb0dc01604540800281ab 100644 |
--- a/ash/drag_drop/drag_drop_controller.h |
+++ b/ash/drag_drop/drag_drop_controller.h |
@@ -59,7 +59,6 @@ class ASH_EXPORT DragDropController |
const ui::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, |
@@ -92,7 +91,6 @@ 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_; |