| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index d57aaf8a1bd97b8bc746478a21b84ea161920551..39ada80c7b465d15949f5fa76e9799121f1a4f5a 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -287,6 +287,11 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
|
| DISALLOW_COPY_AND_ASSIGN(RootWindowController);
|
| };
|
|
|
| +
|
| +// Gets the RootWindowController for |root_window|.
|
| +ASH_EXPORT RootWindowController* GetRootWindowController(
|
| + const aura::RootWindow* root_window);
|
| +
|
| } // namespace internal
|
| } // ash
|
|
|
|
|