Commit 9556e008 authored by mtomasz@chromium.org's avatar mtomasz@chromium.org

Updated icons for drag and drop.

This patch updates these icons and changes icon for move dragging type from MOVE to GRABBING.

BUG=137982


Review URL: https://chromiumcodereview.appspot.com/11823017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176000 0039d316-1c4b-4281-b951-d872f2087c98
parent 8f9c19f1
......@@ -225,7 +225,7 @@ void DragDropController::DragUpdate(aura::Window* target,
else if (op & ui::DragDropTypes::DRAG_LINK)
cursor = ui::kCursorAlias;
else if (op & ui::DragDropTypes::DRAG_MOVE)
cursor = ui::kCursorMove;
cursor = ui::kCursorGrabbing;
ash::Shell::GetInstance()->cursor_manager()->SetCursor(cursor);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment