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

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

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: OK, it can't be explicit for mac. Created 3 years, 8 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_loader_ozone.cc ('k') | ui/base/cursor/cursor_loader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursor_loader_win.h
diff --git a/ui/base/cursor/cursor_loader_win.h b/ui/base/cursor/cursor_loader_win.h
index 270198b283aabf7896f75be92afa5b5222ffae45..ad6835316ca45369aefa7ddcb39a2013695ed5d6 100644
--- a/ui/base/cursor/cursor_loader_win.h
+++ b/ui/base/cursor/cursor_loader_win.h
@@ -17,8 +17,10 @@ class UI_BASE_EXPORT CursorLoaderWin : public CursorLoader {
~CursorLoaderWin() override;
// Overridden from CursorLoader:
- void LoadImageCursor(int id, int resource_id, const gfx::Point& hot) override;
- void LoadAnimatedCursor(int id,
+ void LoadImageCursor(CursorType id,
+ int resource_id,
+ const gfx::Point& hot) override;
+ void LoadAnimatedCursor(CursorType id,
int resource_id,
const gfx::Point& hot,
int frame_delay_ms) override;
« no previous file with comments | « ui/base/cursor/cursor_loader_ozone.cc ('k') | ui/base/cursor/cursor_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698