Chromium Code Reviews| Index: ash/drag_drop/drag_drop_controller.cc |
| =================================================================== |
| --- ash/drag_drop/drag_drop_controller.cc (revision 135380) |
| +++ ash/drag_drop/drag_drop_controller.cc (working copy) |
| @@ -114,7 +114,7 @@ |
| 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); |
| } |
| } |