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

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

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 | « services/ui/ws/window_manager_state.cc ('k') | services/ui/ws/window_manager_window_tree_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_window_tree_factory.h
diff --git a/services/ui/ws/window_manager_window_tree_factory.h b/services/ui/ws/window_manager_window_tree_factory.h
index df5c4b0e8c59525a162f4ff7a931a7e23dab4f8d..ce56479db8b760ec704d0512edfa91f6048c7af8 100644
--- a/services/ui/ws/window_manager_window_tree_factory.h
+++ b/services/ui/ws/window_manager_window_tree_factory.h
@@ -34,7 +34,8 @@ class WindowManagerWindowTreeFactory
// mojom::WindowManagerWindowTreeFactory:
void CreateWindowTree(mojom::WindowTreeRequest window_tree_request,
- mojom::WindowTreeClientPtr window_tree_client) override;
+ mojom::WindowTreeClientPtr window_tree_client,
+ bool window_manager_creates_roots) override;
private:
// Used by tests.
@@ -50,7 +51,7 @@ class WindowManagerWindowTreeFactory
mojo::Binding<mojom::WindowManagerWindowTreeFactory> binding_;
// Owned by WindowServer.
- WindowTree* window_tree_;
+ WindowTree* window_tree_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(WindowManagerWindowTreeFactory);
};
« no previous file with comments | « services/ui/ws/window_manager_state.cc ('k') | services/ui/ws/window_manager_window_tree_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698