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

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

Issue 2391153002: Converts most of WorkspaceLayoutManager tests to use common code (Closed)
Patch Set: merge Created 4 years, 2 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/default_state.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/fullscreen_window_finder.cc
diff --git a/ash/common/wm/fullscreen_window_finder.cc b/ash/common/wm/fullscreen_window_finder.cc
index 5ae2ac967420b31a5c48d6c22a69af775f42b67b..1da601a39516d76b39b1cd604e3ce58b37695073 100644
--- a/ash/common/wm/fullscreen_window_finder.cc
+++ b/ash/common/wm/fullscreen_window_finder.cc
@@ -35,7 +35,7 @@ WmWindow* GetWindowForFullscreenMode(WmWindow* context) {
->GetChildren();
for (auto iter = windows.rbegin(); iter != windows.rend(); ++iter) {
if ((*iter)->GetWindowState()->IsUserPositionable() &&
- (*iter)->GetLayer()->GetTargetVisibility()) {
+ (*iter)->GetLayerTargetVisibility()) {
topmost_window = *iter;
break;
}
« no previous file with comments | « ash/common/wm/default_state.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698