diff options
Diffstat (limited to 'ash/root_window_controller.h')
-rw-r--r-- | ash/root_window_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h index 6e2d545..e71b1ad 100644 --- a/ash/root_window_controller.h +++ b/ash/root_window_controller.h @@ -102,6 +102,9 @@ class ASH_EXPORT RootWindowController : public ShellObserver { // Returns the RootWindowController of the target root window. static internal::RootWindowController* ForTargetRootWindow(); + // Returns container which contains a given |window|. + static aura::Window* GetContainerForWindow(aura::Window* window); + virtual ~RootWindowController(); aura::Window* root_window() { return dispatcher()->window(); } |