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

Unified Diff: ui/aura/client/cursor_client.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 | « testing/buildbot/filters/ash_unittests_mus.filter ('k') | ui/aura/client/cursor_client_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..490cf57fb3eaa7c96c97effa68aab904b5a0aedd 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 SetCursorSize(ui::CursorSize cursor_size) = 0;
// Gets the type of the mouse cursor icon.
- virtual ui::CursorSetType GetCursorSet() const = 0;
+ virtual ui::CursorSize GetCursorSize() const = 0;
// Gets whether the cursor is visible.
virtual bool IsCursorVisible() const = 0;
« no previous file with comments | « testing/buildbot/filters/ash_unittests_mus.filter ('k') | ui/aura/client/cursor_client_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698