Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index fa8c50da33bfab38dcb252048640b8783705295c..d7929f59e2009b9662fd75f6f229872963bc029f 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 prmiary RootWindow. The primary RootWindow is the root window |
|
Ben Goodger (Google)
2012/05/24 21:07:57
primary
|
| + // that has a laucnher. |
|
Ben Goodger (Google)
2012/05/24 21:07:57
launcher
|
| + static aura::RootWindow* GetPrimaryRootWindow(); |
| internal::RootWindowLayoutManager* root_window_layout() const { |
| return root_window_layout_; |