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

Unified Diff: ash/wm/overview/window_grid.cc

Issue 327873005: Fixed panel callout widgets showing up in the overview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed last nits. Created 6 years, 6 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 | « no previous file | ash/wm/overview/window_selector_panels.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_grid.cc
diff --git a/ash/wm/overview/window_grid.cc b/ash/wm/overview/window_grid.cc
index e59d078bf3accc0c87fd28249a6d8fe57e7d872c..796684993bba32ef4fb5128bb57bcd0733eee291 100644
--- a/ash/wm/overview/window_grid.cc
+++ b/ash/wm/overview/window_grid.cc
@@ -143,7 +143,7 @@ WindowGrid::WindowGrid(aura::Window* root_window,
// Attached panel windows are grouped into a single overview item per
// grid.
if (!panels_item) {
- panels_item = new WindowSelectorPanels();
+ panels_item = new WindowSelectorPanels(root_window_);
window_list_.push_back(panels_item);
}
panels_item->AddWindow(*iter);
« no previous file with comments | « no previous file | ash/wm/overview/window_selector_panels.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698