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

Unified Diff: ash/mus/window_manager.h

Issue 2620913003: Removes WmRootWindowController subclasses (Closed)
Patch Set: spelling Created 3 years, 11 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 | « ash/mus/root_window_controller.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 604227835ee5740519d83371445cac1a0f41ed4b..6523a332df9b75cdfd72d33369543670ead15bde 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -10,6 +10,7 @@
#include <memory>
#include <set>
+#include "ash/root_window_controller.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
@@ -127,7 +128,8 @@ class WindowManager : public aura::WindowManagerDelegate,
RootWindowController* CreateRootWindowController(
std::unique_ptr<aura::WindowTreeHostMus> window_tree_host,
- const display::Display& display);
+ const display::Display& display,
+ ash::RootWindowController::RootWindowType root_window_type);
// Deletes the specified RootWindowController. Called when a display is
// removed.
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698