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

Unified Diff: ash/common/wm/container_finder.cc

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: moar 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698