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

Unified Diff: ui/aura/mus/window_manager_delegate.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/mus/window_manager_delegate.h
diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h
index 8ba30ad21fbf8c663eb0257fb78c9bff0c2baa6a..a3f696f85381e2f35308f9d345baaca55fed682a 100644
--- a/ui/aura/mus/window_manager_delegate.h
+++ b/ui/aura/mus/window_manager_delegate.h
@@ -70,6 +70,9 @@ class AURA_EXPORT WindowManagerClient {
// Globally shows or hides the cursor.
virtual void SetCursorVisible(bool visible) = 0;
+ // Globally sets whether we use normal or large cursors.
+ virtual void SetCursorSet(ui::CursorSet cursor_set) = 0;
+
// Sets a cursor which is used instead of the per window cursors. Pass a
// nullopt in |cursor| to clear the override.
virtual void SetGlobalOverrideCursor(

Powered by Google App Engine
This is Rietveld 408576698