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

Unified Diff: ash/wm/window_positioner.cc

Issue 790503003: Revert of Cleaning up MruWindowTracker::BuildWindowList() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/mru_window_tracker.cc ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_positioner.cc
diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc
index 880abd10297ef10db9a8fa64a406c750212450e0..73b7d09a08c96c1bd537c13932cf732b01c47015 100644
--- a/ash/wm/window_positioner.cc
+++ b/ash/wm/window_positioner.cc
@@ -192,7 +192,7 @@
// Get a list of all windows.
const std::vector<aura::Window*> windows =
- ash::MruWindowTracker::BuildWindowList();
+ ash::MruWindowTracker::BuildWindowList(false);
if (windows.empty())
return NULL;
@@ -504,7 +504,7 @@
const gfx::Rect& work_area,
int grid) {
const std::vector<aura::Window*> windows =
- MruWindowTracker::BuildWindowList();
+ MruWindowTracker::BuildWindowList(false);
std::vector<const gfx::Rect*> regions;
// Process the window list and check if we can bail immediately.
« no previous file with comments | « ash/wm/mru_window_tracker.cc ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698