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

Unified Diff: ash/root_window_controller.cc

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made the ShelfView add/remove itself as an observer from the ShelfBackgroundAnimator. Created 4 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
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index fb60b3496544c2ecc501085b06b6dc6c089fbce6..eb6f967853120b76b7e4c94412e376db8676c07b 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -495,7 +495,7 @@ void RootWindowController::ShowShelf() {
void RootWindowController::CreateShelf() {
if (shelf_widget_->shelf())
return;
- shelf_widget_->CreateShelf(wm_shelf_aura_.get());
+ shelf_widget_->CreateShelf();
if (panel_layout_manager_)
panel_layout_manager_->SetShelf(wm_shelf_aura_.get());

Powered by Google App Engine
This is Rietveld 408576698