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

Unified Diff: ash/shelf/shelf.cc

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added PaletteTray to the Shelf background animations. 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/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index a557586399a669219bb74b1273aa92156dccbfd3..74db518ded0b161c94febc3072c5e1597a44bf0b 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -216,4 +216,8 @@ app_list::ApplicationDragAndDropHost* Shelf::GetDragAndDropHostForAppList() {
return shelf_view_;
}
+void Shelf::UpdateShelfItemBackground(int alpha) {
+ shelf_view_->UpdateShelfItemBackground(alpha);
+}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698