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

Unified Diff: ui/aura/mus/window_tree_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/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index d3d6167eb5a789a26851c59fd1f62456745b7660..868a1f48562404c1b3ee6a3b848f1202822faaba 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -484,6 +484,7 @@ class AURA_EXPORT WindowTreeClient
void LockCursor() override;
void UnlockCursor() override;
void SetCursorVisible(bool visible) override;
+ void SetCursorSet(ui::CursorSet cursor_set) override;
void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override;
void RequestClose(Window* window) override;
bool WaitForInitialDisplays() override;

Powered by Google App Engine
This is Rietveld 408576698