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 8bc0b67c61ed4caadea9f0568b564cd9c6f65cac..7a76eca859fbbc435760084d5e57d98493953995 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::kCursorMove : ui::kCursorHand; |
+ ui::kCursorNoDrop : ui::kCursorCopy; |
Shell::GetRootWindow()->SetCursor(cursor); |
} |
} |