summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-09 04:18:26 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-09 04:18:26 +0000
commit41baaed86e5d839be5ae6f2dcaf579cf50f52b76 (patch)
treea4c315f0722aebe5a6835cc0b704c8e10779428a /ash/shell.h
parenta6aef3040058ef7c87746f6fd39f1a37c52b94c6 (diff)
downloadchromium_src-41baaed86e5d839be5ae6f2dcaf579cf50f52b76.zip
chromium_src-41baaed86e5d839be5ae6f2dcaf579cf50f52b76.tar.gz
chromium_src-41baaed86e5d839be5ae6f2dcaf579cf50f52b76.tar.bz2
Remove some uses of RootWindow in Ash.
Adds a window() accessor to RootWindow. This is redundant now but necessary for when RootWindow is no longer a RootWindow. A subsequent CL will sever that relationship. R=sky@chromium.org http://crbug.com/308843 Review URL: https://codereview.chromium.org/67083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 583e50c..8d8e3bb 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -543,7 +543,7 @@ class ASH_EXPORT Shell
void InitKeyboard(internal::RootWindowController* root);
// Initializes the root window so that it can host browser windows.
- void InitRootWindow(aura::RootWindow* root_window);
+ void InitRootWindow(aura::Window* root_window);
// ash::internal::SystemModalContainerEventFilterDelegate overrides:
virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE;