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

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

Issue 2804403002: Adds ability for WindowManager to create display roots (Closed)
Patch Set: cleanup 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
« no previous file with comments | « no previous file | services/ui/public/interfaces/window_manager_window_tree_factory.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a2a5e50b075b0a0ed092212815253b67fb027f1a..aa340ba650b857fffb8ac9f6ec7654e0ea8808d6 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -270,6 +270,12 @@ interface WindowManagerClient {
AddAccelerators(array<WmAccelerator> accelerators) => (bool success);
RemoveAccelerator(uint32 id);
+ // Sets the root of a particular display. This is only applicable when the
+ // WindowTree was created with a value of false for
+ // |automatically_create_display_roots| (see
+ // WindowManagerWindowTreeFactory::CreateWindowTree() for details).
+ SetDisplayRoot(int64 display_id, uint32 window_id) => (bool success);
+
// The window manager has completed a request with the specific change id.
WmResponse(uint32 change_id, bool response);
« no previous file with comments | « no previous file | services/ui/public/interfaces/window_manager_window_tree_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698