diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 23:44:38 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 23:44:38 +0000 |
commit | d17642d2c22bb470d19649619c277a7a61986c7a (patch) | |
tree | e507bde67abb8db5b20ce34dddb705f2c3f59398 /ash/root_window_controller.h | |
parent | ad3291b99ca2614b7d5bbdd90074d18963765109 (diff) | |
download | chromium_src-d17642d2c22bb470d19649619c277a7a61986c7a.zip chromium_src-d17642d2c22bb470d19649619c277a7a61986c7a.tar.gz chromium_src-d17642d2c22bb470d19649619c277a7a61986c7a.tar.bz2 |
Rename GetActiveRootWindow -> GetTargetRootWindow
Fixed wrong use of GetActiveRootWindow in couple of places.
BUG=266378
Review URL: https://chromiumcodereview.appspot.com/23461048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/root_window_controller.h')
-rw-r--r-- | ash/root_window_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h index 8bdbdb2..a3d99a3 100644 --- a/ash/root_window_controller.h +++ b/ash/root_window_controller.h @@ -87,8 +87,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver { // Returns a RootWindowController of the window's root window. static RootWindowController* ForWindow(const aura::Window* window); - // Returns the RootWindowController of the active root window. - static internal::RootWindowController* ForActiveRootWindow(); + // Returns the RootWindowController of the target root window. + static internal::RootWindowController* ForTargetRootWindow(); aura::RootWindow* root_window() { return root_window_.get(); } |