Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: ash/wm/image_cursors.cc

Issue 12766002: Updated drag-and-drop assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed hot points. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/resources/default_200_percent/cros/pointers/nodrop.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/image_cursors.cc
diff --git a/ash/wm/image_cursors.cc b/ash/wm/image_cursors.cc
index 5d220165b9b0deb63ce00d5ec3b17fabf9c33565..ea05b0db82d6a9f708025baef01162fee1bfc2d7 100644
--- a/ash/wm/image_cursors.cc
+++ b/ash/wm/image_cursors.cc
@@ -33,9 +33,9 @@ struct CursorData {
const CursorData kImageCursors[] = {
{ui::kCursorNull, IDR_AURA_CURSOR_PTR, {4, 4}, {8, 9}},
{ui::kCursorPointer, IDR_AURA_CURSOR_PTR, {4, 4}, {8, 9}},
- {ui::kCursorNoDrop, IDR_AURA_CURSOR_NO_DROP, {4, 4}, {8, 9}},
- {ui::kCursorNotAllowed, IDR_AURA_CURSOR_NO_DROP, {4, 4}, {8, 9}},
- {ui::kCursorCopy, IDR_AURA_CURSOR_COPY, {4, 4}, {8, 9}},
+ {ui::kCursorNoDrop, IDR_AURA_CURSOR_NO_DROP, {9, 9}, {18, 18}},
+ {ui::kCursorNotAllowed, IDR_AURA_CURSOR_NO_DROP, {9, 9}, {18, 18}},
oshima 2013/03/11 16:34:43 does this change means the image has already been
mtomasz 2013/03/12 01:19:18 kCursorNoDrop and kCursorNotAllowed is the same as
+ {ui::kCursorCopy, IDR_AURA_CURSOR_COPY, {9, 9}, {18, 18}},
{ui::kCursorHand, IDR_AURA_CURSOR_HAND, {9, 4}, {19, 8}},
{ui::kCursorMove, IDR_AURA_CURSOR_MOVE, {11, 11}, {23, 23}},
{ui::kCursorNorthEastResize, IDR_AURA_CURSOR_NORTH_EAST_RESIZE,
« no previous file with comments | « ash/resources/default_200_percent/cros/pointers/nodrop.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698