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

Unified Diff: ash/common/wm/workspace/workspace_layout_manager.cc

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: feedback Created 4 years, 3 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/common/wm/container_finder.cc ('k') | ash/common/wm_root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/workspace/workspace_layout_manager.cc
diff --git a/ash/common/wm/workspace/workspace_layout_manager.cc b/ash/common/wm/workspace/workspace_layout_manager.cc
index a0bb5d4413d2f5a3666817be035571656c67b1cd..be4188dc4b7f6fcec997926c5d0a7771455d3051 100644
--- a/ash/common/wm/workspace/workspace_layout_manager.cc
+++ b/ash/common/wm/workspace/workspace_layout_manager.cc
@@ -207,7 +207,7 @@ void WorkspaceLayoutManager::OnWindowPropertyChanged(
if (property == WmWindowProperty::ALWAYS_ON_TOP &&
window->GetBoolProperty(WmWindowProperty::ALWAYS_ON_TOP)) {
WmWindow* container =
- root_window_controller_->GetAlwaysOnTopController()->GetContainer(
+ root_window_controller_->always_on_top_controller()->GetContainer(
window);
if (window->GetParent() != container)
container->AddChild(window);
« no previous file with comments | « ash/common/wm/container_finder.cc ('k') | ash/common/wm_root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698