Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2029)

Unified Diff: ash/root_window_controller.cc

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/drag_drop/drag_drop_tracker.cc ('k') | ash/root_window_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« no previous file with comments | « ash/drag_drop/drag_drop_tracker.cc ('k') | ash/root_window_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698