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

Unified Diff: ash/common/wm/container_finder.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/aura/wm_window_aura.cc ('k') | ash/common/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/container_finder.cc
diff --git a/ash/common/wm/container_finder.cc b/ash/common/wm/container_finder.cc
index 3c21b2622a18d45032f55e3a67c7c6d8c69ddc06..547ece69e76a7c8ad73e027c10d21c06f9678c83 100644
--- a/ash/common/wm/container_finder.cc
+++ b/ash/common/wm/container_finder.cc
@@ -53,7 +53,7 @@ WmWindow* GetSystemModalContainer(WmWindow* root, WmWindow* window) {
WmWindow* GetContainerFromAlwaysOnTopController(WmWindow* root,
WmWindow* window) {
return root->GetRootWindowController()
- ->GetAlwaysOnTopController()
+ ->always_on_top_controller()
->GetContainer(window);
}
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698