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

Unified Diff: ash/common/shelf/shelf_widget.h

Issue 2679133003: [ash-md] Wired in the Shelf color to be derived from the Wallpaper. (Closed)
Patch Set: Addressed nits. Created 3 years, 10 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 | « ash/common/shelf/shelf_view.cc ('k') | ash/common/shelf/shelf_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_widget.h
diff --git a/ash/common/shelf/shelf_widget.h b/ash/common/shelf/shelf_widget.h
index dac4c5f1edefc05eac5ea0e16bc833d2675ab296..e77b9d8cc17341c9875788623da6968523edf49e 100644
--- a/ash/common/shelf/shelf_widget.h
+++ b/ash/common/shelf/shelf_widget.h
@@ -96,7 +96,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
void OnWidgetActivationChanged(views::Widget* widget, bool active) override;
// ShelfBackgroundAnimatorObserver overrides:
- void UpdateShelfItemBackground(int alpha) override;
+ void UpdateShelfItemBackground(SkColor color) override;
// ShelfLayoutManagerObserver overrides:
void WillDeleteShelfLayoutManager() override;
« no previous file with comments | « ash/common/shelf/shelf_view.cc ('k') | ash/common/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698