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

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

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize Created 3 years, 6 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 | « ui/base/cursor/cursor_type.h ('k') | ui/base/cursor/cursors_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursors_aura.h
diff --git a/ui/base/cursor/cursors_aura.h b/ui/base/cursor/cursors_aura.h
index 6ce2da62e32b7be905f04b6961f558ca93619c3a..ffa723a294efa41c314309d4e608cee8c06f14b1 100644
--- a/ui/base/cursor/cursors_aura.h
+++ b/ui/base/cursor/cursors_aura.h
@@ -22,14 +22,14 @@ const int kAnimatedCursorFrameDelayMs = 25;
// ui::CursorType::kHelp. The IDR will be placed in |resource_id| and the
// hotspots for the different DPIs will be placed in |hot_1x| and |hot_2x|.
// Returns false if |id| is invalid.
-bool UI_BASE_EXPORT GetCursorDataFor(CursorSetType cursor_set_id,
+bool UI_BASE_EXPORT GetCursorDataFor(CursorSize cursor_size,
CursorType id,
float scale_factor,
int* resource_id,
gfx::Point* point);
// Like above, but for animated cursors.
-bool UI_BASE_EXPORT GetAnimatedCursorDataFor(CursorSetType cursor_set_id,
+bool UI_BASE_EXPORT GetAnimatedCursorDataFor(CursorSize cursor_size,
CursorType id,
float scale_factor,
int* resource_id,
« no previous file with comments | « ui/base/cursor/cursor_type.h ('k') | ui/base/cursor/cursors_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698