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

Unified Diff: services/ui/public/interfaces/window_tree.mojom

Issue 2784663003: mus: Rename mojom::Cursor to mojom::CursorType. (Closed)
Patch Set: Created 3 years, 9 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 | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_tree.mojom
diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom
index 3d9a6db1bf74d5bbf2fac057750d8ec4a26c85a3..f93b63bde38b852849c8e412715aad5b09279bd4 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -245,7 +245,7 @@ interface WindowTree {
// Sets the cursor when the pointer is inside |window_id| to a system standard
// cursor provided by the window manager.
- SetPredefinedCursor(uint32 change_id, uint32 window_id, Cursor cursor_id);
+ SetPredefinedCursor(uint32 change_id, uint32 window_id, CursorType cursor_id);
// TODO(erg): Additional cursor methods. Image based cursors, visibility,
// and cursor locking.
@@ -460,7 +460,7 @@ interface WindowTreeClient {
// initiate the change.
OnWindowFocused(uint32 focused_window_id);
- OnWindowPredefinedCursorChanged(uint32 window_id, Cursor cursor_id);
+ OnWindowPredefinedCursorChanged(uint32 window_id, CursorType cursor_id);
// Invoked when a client window submits a new surface ID. The surface ID and
// associated information is propagated to the parent connection. The parent
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698