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

Unified Diff: ash/shell.cc

Issue 2015043002: mash: Convert shelf to wm::WmWindow types, part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unused include Created 4 years, 7 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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 245c9a70bed74498794997bf81b8aab3733f74f6..805b29549d375fc5af76096e03b807e3bd5e438b 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -446,7 +446,7 @@ void Shell::CreateShelf() {
RootWindowControllerList controllers = GetAllRootWindowControllers();
for (RootWindowControllerList::iterator iter = controllers.begin();
iter != controllers.end(); ++iter)
- (*iter)->shelf_widget()->CreateShelf();
+ (*iter)->CreateShelf();
}
void Shell::OnShelfCreatedForRootWindow(aura::Window* root_window) {

Powered by Google App Engine
This is Rietveld 408576698