summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-06 06:29:54 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-06 06:29:54 +0000
commit6b2d4a0b58fedbc3b9c646b05b0eeadddc218e03 (patch)
treeb1188d06247a00f4ad2bfb33e48ff19d67e43ea8 /ash/root_window_controller.h
parent3ea429189890fd2fc2f71760c4ccb73373ffa9c7 (diff)
downloadchromium_src-6b2d4a0b58fedbc3b9c646b05b0eeadddc218e03.zip
chromium_src-6b2d4a0b58fedbc3b9c646b05b0eeadddc218e03.tar.gz
chromium_src-6b2d4a0b58fedbc3b9c646b05b0eeadddc218e03.tar.bz2
Move GetRootWindowController to root_window_controller.h
Remove unnecessary includes, forward decls BUG=272460 Review URL: https://chromiumcodereview.appspot.com/24020002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/root_window_controller.h')
-rw-r--r--ash/root_window_controller.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 211cf0c..8bdbdb2 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -286,6 +286,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