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

Unified Diff: mash/wm/root_window_controller.h

Issue 1755223002: Adds WindowManagerManager to mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and WindowManagerState Created 4 years, 10 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 | « components/mus/ws/window_tree_unittest.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/root_window_controller.h
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
index d254da5ca1cf887052f47fd39118fd9b96aba0eb..5635d4427a112b4f3febedd745d362541d6510d3 100644
--- a/mash/wm/root_window_controller.h
+++ b/mash/wm/root_window_controller.h
@@ -35,8 +35,6 @@ class WindowManagerApplication;
class RootWindowController : public mus::WindowObserver,
public mus::WindowTreeDelegate {
public:
- static RootWindowController* CreateUsingWindowTreeHost(
- WindowManagerApplication* app);
static RootWindowController* CreateFromDisplay(
WindowManagerApplication* app,
mus::mojom::DisplayPtr display,
@@ -90,8 +88,6 @@ class RootWindowController : public mus::WindowObserver,
scoped_ptr<ShadowController> shadow_controller_;
- mus::mojom::WindowTreeHostPtr window_tree_host_;
-
mus::mojom::DisplayPtr display_;
DISALLOW_COPY_AND_ASSIGN(RootWindowController);
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698