Index: ash/wm/window_util.h |
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
index 6cfc90784cc0fef4c6f3f35f31688b6ef8261b4b..e0bd718452cfb2b0b9824fd73f9964e68912a05f 100644 |
--- a/ash/wm/window_util.h |
+++ b/ash/wm/window_util.h |
@@ -9,10 +9,14 @@ |
#include "ash/ash_export.h" |
namespace aura { |
+class RootWindow; |
class Window; |
} |
namespace ash { |
+namespace internal { |
+class RootWindowController; |
+} |
namespace wm { |
// Convenience setters/getters for |aura::client::kRootWindowActiveWindow|. |
@@ -21,6 +25,8 @@ ASH_EXPORT void DeactivateWindow(aura::Window* window); |
ASH_EXPORT bool IsActiveWindow(aura::Window* window); |
ASH_EXPORT aura::Window* GetActiveWindow(); |
ASH_EXPORT bool CanActivateWindow(aura::Window* window); |
+ASH_EXPORT internal::RootWindowController* GetRootWindowController( |
+ aura::RootWindow* root_window); |
// Retrieves the activatable window for |window|. If |window| is activatable, |
// this will just return it, otherwise it will climb the parent/transient parent |