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

Unified Diff: ash/wm/workspace_controller.cc

Issue 2985453003: fix shelf color with modal dialog. (Closed)
Patch Set: fix tests Created 3 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
« no previous file with comments | « ash/wm/focus_rules.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.cc
diff --git a/ash/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc
index fd34e8f39af3548740c908d3d4770e9b249ae1f5..e127c8d5653fd66002d8f535a9cc7a656fab34fe 100644
--- a/ash/wm/workspace_controller.cc
+++ b/ash/wm/workspace_controller.cc
@@ -63,7 +63,8 @@ wm::WorkspaceWindowState WorkspaceController::GetWindowState() const {
const gfx::Rect shelf_bounds(Shelf::ForWindow(viewport_)->GetIdealBounds());
bool window_overlaps_launcher = false;
- auto mru_list = Shell::Get()->mru_window_tracker()->BuildMruWindowList();
+ auto mru_list =
+ Shell::Get()->mru_window_tracker()->BuildWindowListIgnoreModal();
for (aura::Window* window : mru_list) {
if (window->GetRootWindow() != viewport_->GetRootWindow())
« no previous file with comments | « ash/wm/focus_rules.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698