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

Unified Diff: ui/base/cursor/cursors_aura.cc

Issue 1509773003: Minor image-related cleanups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/app/generated_resources.grd ('k') | ui/resources/default_100_percent/common/pointers/throbber.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursors_aura.cc
diff --git a/ui/base/cursor/cursors_aura.cc b/ui/base/cursor/cursors_aura.cc
index d36282bda3ea230e909961f9cedc161c5077ce7a..2d384344480e0f03272095298f0bc67e9e5562c2 100644
--- a/ui/base/cursor/cursors_aura.cc
+++ b/ui/base/cursor/cursors_aura.cc
@@ -128,8 +128,8 @@ const CursorData kLargeCursors[] = {
};
const CursorData kAnimatedCursors[] = {
- {ui::kCursorWait, IDR_THROBBER, {7, 7}, {14, 14}},
- {ui::kCursorProgress, IDR_THROBBER, {7, 7}, {14, 14}},
+ {ui::kCursorWait, IDR_AURA_CURSOR_THROBBER, {7, 7}, {14, 14}},
+ {ui::kCursorProgress, IDR_AURA_CURSOR_THROBBER, {7, 7}, {14, 14}},
};
const CursorSet kCursorSets[] = {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | ui/resources/default_100_percent/common/pointers/throbber.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698