| 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.
|
|
|