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

Unified Diff: ash/root_window_controller.cc

Issue 1921883002: Removes WindowState::aura_window() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows build Created 4 years, 8 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/frame/custom_frame_view_ash.cc ('k') | ash/shell.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 2c1f7f061b3a56b153a3216baed61f3b9070e4d0..c377b655d711afb845406639724fb18dbd0f5e1f 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -812,8 +812,7 @@ void RootWindowController::InitLayoutManagers() {
// Create Docked windows layout manager
wm::WmWindow* docked_container =
wm::WmWindowAura::Get(GetContainer(kShellWindowId_DockedContainer));
- docked_layout_manager_ =
- new DockedWindowLayoutManager(docked_container, workspace_controller());
+ docked_layout_manager_ = new DockedWindowLayoutManager(docked_container);
docked_container->SetLayoutManager(base::WrapUnique(docked_layout_manager_));
// Installs SnapLayoutManager to containers who set the
« no previous file with comments | « ash/frame/custom_frame_view_ash.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698