| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index e5e85ef1e24b76279b611199ae5cb36e7a8667cd..2dae441f99f69c1b27bfe93ad11a31bfb8a28883 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -32,6 +32,7 @@ class RootWindowEventFilter;
|
|
|
| namespace ash {
|
| class Launcher;
|
| +class StackingController;
|
| class SystemTray;
|
| class ToplevelWindowEventHandler;
|
|
|
| @@ -176,6 +177,8 @@ class ASH_EXPORT RootWindowController {
|
| scoped_ptr<aura::RootWindow> root_window_;
|
| RootWindowLayoutManager* root_window_layout_;
|
|
|
| + scoped_ptr<StackingController> stacking_controller_;
|
| +
|
| // Widget containing system tray.
|
| StatusAreaWidget* status_area_widget_;
|
|
|
|
|