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

Unified Diff: ash/common/system/status_area_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_widget.cc ('k') | ash/common/system/status_area_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/status_area_widget.h
diff --git a/ash/common/system/status_area_widget.h b/ash/common/system/status_area_widget.h
index 702dcb82c07e9d7e9b80912d6aa782e5b41453c2..acea2373e0b4052ac552e79056abbe5304e0ee13 100644
--- a/ash/common/system/status_area_widget.h
+++ b/ash/common/system/status_area_widget.h
@@ -79,7 +79,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget,
void OnNativeWidgetActivationChanged(bool active) override;
// ShelfBackgroundAnimatorObserver:
- void UpdateShelfItemBackground(int alpha) override;
+ void UpdateShelfItemBackground(SkColor color) override;
private:
void AddSystemTray();
« no previous file with comments | « ash/common/shelf/shelf_widget.cc ('k') | ash/common/system/status_area_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698