diff options
Diffstat (limited to 'ash/drag_drop/drag_drop_controller.h')
-rw-r--r-- | ash/drag_drop/drag_drop_controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h index d138ef6..59f1f32 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_; |