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

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

Issue 2830703003: [views-mus] Support custom cursors. (Closed)
Patch Set: fix cast_shell_linux Created 3 years, 8 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/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index 2d2590436deb122a19dbdeea9b94714581bec126..a0b935cf0180008580c07422c9af75b9fba3892c 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -298,7 +298,7 @@ interface WindowManagerClient {
WmSetFrameDecorationValues(FrameDecorationValues values);
// Sets the cursor that the non-client areas of the window should use.
- WmSetNonClientCursor(uint32 window_id, CursorType cursor_id);
+ WmSetNonClientCursor(uint32 window_id, CursorData cursor);
// Response from WmCreateTopLevelWindow() informing the client of the id for
// the new window.
« no previous file with comments | « services/ui/public/interfaces/cursor/cursor_struct_traits_unittest.cc ('k') | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698