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

Unified Diff: services/ui/ws/window_tree.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: services/ui/ws/window_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index 3bbcd09b31e8bdba5c0a6cec03bfb63ce05938d5..6fe1772fb18f05bd4e2aa4d21915cf253fe8df36 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -537,6 +537,7 @@ class WindowTree : public mojom::WindowTree,
void WmLockCursor() override;
void WmUnlockCursor() override;
void WmSetCursorVisible(bool visible) override;
+ void WmSetCursorSet(ui::CursorSet cursor_set) override;
void WmSetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) override;
void WmMoveCursorToDisplayLocation(const gfx::Point& display_pixels,

Powered by Google App Engine
This is Rietveld 408576698