Index: ash/common/system/tray/tray_background_view.h |
diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h |
index ad9913286b9823f95a295baeb06516dbe72da2c1..49e71055e55adee2fc1244a00d2b6f4ef0d96dff 100644 |
--- a/ash/common/system/tray/tray_background_view.h |
+++ b/ash/common/system/tray/tray_background_view.h |
@@ -126,7 +126,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView, |
void UpdateBubbleViewArrow(views::TrayBubbleView* bubble_view); |
// ShelfBackgroundAnimatorObserver: |
- void UpdateShelfItemBackground(int alpha) override; |
+ void UpdateShelfItemBackground(SkColor color) override; |
// Updates the visibility of this tray's separator. |
void set_separator_visibility(bool visible) { separator_visible_ = visible; } |