| Index: ash/root_window_controller.cc
|
| ===================================================================
|
| --- ash/root_window_controller.cc (revision 177189)
|
| +++ ash/root_window_controller.cc (working copy)
|
| @@ -26,7 +26,6 @@
|
| #include "ash/wm/root_window_layout_manager.h"
|
| #include "ash/wm/screen_dimmer.h"
|
| #include "ash/wm/shelf_layout_manager.h"
|
| -#include "ash/wm/stacking_controller.h"
|
| #include "ash/wm/status_area_layout_manager.h"
|
| #include "ash/wm/system_background_controller.h"
|
| #include "ash/wm/system_modal_container_layout_manager.h"
|
| @@ -169,9 +168,6 @@
|
| panel_layout_manager_(NULL) {
|
| SetRootWindowController(root_window, this);
|
| screen_dimmer_.reset(new ScreenDimmer(root_window));
|
| -
|
| - stacking_controller_.reset(new ash::StackingController);
|
| - aura::client::SetStackingClient(root_window, stacking_controller_.get());
|
| }
|
|
|
| RootWindowController::~RootWindowController() {
|
|
|