Index: ash/mus/root_window_controller.h |
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h |
index 6fc2a20806d618a9f4508705da337bc14eb433e8..8d5af137eb556fe788d6a267dabe3436c4d7dda4 100644 |
--- a/ash/mus/root_window_controller.h |
+++ b/ash/mus/root_window_controller.h |
@@ -58,6 +58,7 @@ class RootWindowController { |
WmWindowMus* GetWindowByShellWindowId(int id); |
void SetWorkAreaInests(const gfx::Insets& insets); |
+ void SetDisplay(const display::Display& display); |
WindowManager* window_manager() { return window_manager_; } |