| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index fa8c50da33bfab38dcb252048640b8783705295c..12e7c15d883603caf66b79d62a62b7dcf584e062 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -133,8 +133,9 @@ class ASH_EXPORT Shell {
|
|
|
| static void DeleteInstance();
|
|
|
| - // Gets the singleton RootWindow used by the Shell.
|
| - static aura::RootWindow* GetRootWindow();
|
| + // Gets the primary RootWindow. The primary RootWindow is the root window
|
| + // that has a launcher.
|
| + static aura::RootWindow* GetPrimaryRootWindow();
|
|
|
| internal::RootWindowLayoutManager* root_window_layout() const {
|
| return root_window_layout_;
|
|
|