| 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 b06beed67747687519d0365e6d03bf55c54ff062..09e0aad26eda8e4047467790d8eb5b8c792230c3 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -114,7 +114,7 @@ void DragDropController::DragUpdate(aura::Window* target,
|
| drag_operation_);
|
| int op = delegate->OnDragUpdated(e);
|
| gfx::NativeCursor cursor = (op == ui::DragDropTypes::DRAG_NONE)?
|
| - ui::kCursorNoDrop : ui::kCursorCopy;
|
| + ui::kCursorMove : ui::kCursorHand;
|
| Shell::GetRootWindow()->SetCursor(cursor);
|
| }
|
| }
|
|
|