Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 6964f14734f2409c5d6fd1989ae0986781931865..63fb15ef2995dcd75766eaa74f028ec1506e3277 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -565,7 +565,7 @@ RootWindowController::RootWindowController(aura::RootWindow* root_window) |
screen_dimmer_.reset(new ScreenDimmer(root_window)); |
stacking_controller_.reset(new StackingController); |
- aura::client::SetStackingClient(root_window, stacking_controller_.get()); |
+ aura::client::SetWindowTreeClient(root_window, stacking_controller_.get()); |
capture_client_.reset(new views::corewm::ScopedCaptureClient(root_window)); |
} |