Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 260292cbbd6f03ed3636c55691c8f86caf48af7d..b768e07f9e5fc2cd379de8dd7add5f77380c990e 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -418,7 +418,8 @@ RootWindowController::RootWindowController(AshWindowTreeHost* ash_host) |
wm_root_window_controller_ = WmRootWindowControllerAura::Get(root_window); |
stacking_controller_.reset(new StackingController); |
- aura::client::SetWindowTreeClient(root_window, stacking_controller_.get()); |
+ aura::client::SetWindowParentingClient(root_window, |
+ stacking_controller_.get()); |
capture_client_.reset(new ::wm::ScopedCaptureClient(root_window)); |
} |