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

Unified Diff: ui/aura/client/cursor_client.h

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. 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
Index: ui/aura/client/cursor_client.h
diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h
index 8a78c1a34b558c6821eca02975ee56858405f961..642734c5ac16d887c1177156a3135bc034338d54 100644
--- a/ui/aura/client/cursor_client.h
+++ b/ui/aura/client/cursor_client.h
@@ -40,10 +40,10 @@ class AURA_EXPORT CursorClient {
virtual void HideCursor() = 0;
// Sets the type of the mouse cursor icon.
- virtual void SetCursorSet(ui::CursorSetType cursor_set) = 0;
+ virtual void SetCursorSet(ui::CursorSet cursor_set) = 0;
// Gets the type of the mouse cursor icon.
- virtual ui::CursorSetType GetCursorSet() const = 0;
+ virtual ui::CursorSet GetCursorSet() const = 0;
// Gets whether the cursor is visible.
virtual bool IsCursorVisible() const = 0;

Powered by Google App Engine
This is Rietveld 408576698