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

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

Issue 2194353002: mash: Migrate ScopedTargetRootWindow to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reflow comment Created 4 years, 5 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 6eb05a38a211beb68dfd1ecafc2932749f1e00c2..a04062bac18d96d3e71d95fa2a609885fdd9899f 100644
--- a/ash/common/wm/container_finder.cc
+++ b/ash/common/wm/container_finder.cc
@@ -20,7 +20,7 @@ namespace {
WmWindow* FindContainerRoot(WmShell* shell, const gfx::Rect& bounds) {
if (bounds == gfx::Rect())
- return shell->GetRootWindowForNewWindows();
+ return shell->root_window_for_new_windows();
return GetRootWindowMatching(bounds);
}

Powered by Google App Engine
This is Rietveld 408576698