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

Unified Diff: services/ui/ws/window_server_delegate.h

Issue 2829733002: mus: Changes SetDisplayRoot() to create actual display (Closed)
Patch Set: unnecessary get 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 | « services/ui/ws/window_manager_window_tree_factory.cc ('k') | services/ui/ws/window_server_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_delegate.h
diff --git a/services/ui/ws/window_server_delegate.h b/services/ui/ws/window_server_delegate.h
index 337cc3880e2757f5df8055a089ad27a6239383ae..5256e11bec3351e10b4e5947965b67d6c4975792 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -53,6 +53,12 @@ class WindowServerDelegate {
mojom::WindowTreeRequest* tree_request,
mojom::WindowTreeClientPtr* client);
+ // Called prior to a new WindowTree being created for a
+ // WindowManagerWindowTreeFactory. |automatically_create_display_roots|
+ // mirrors that of CreateWindowTree(). See it for details.
+ virtual void OnWillCreateTreeForWindowManager(
+ bool automatically_create_display_roots);
+
protected:
virtual ~WindowServerDelegate() {}
};
« no previous file with comments | « services/ui/ws/window_manager_window_tree_factory.cc ('k') | services/ui/ws/window_server_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698