| Index: ash/common/system/tray/tray_popup_item_style.h
|
| diff --git a/ash/common/system/tray/tray_popup_item_style.h b/ash/common/system/tray/tray_popup_item_style.h
|
| index edc8fa796e279cd2516533d6e4fcf38696e076e2..46d60bf601bd23d97ba8fd27a852c4ec8783ab69 100644
|
| --- a/ash/common/system/tray/tray_popup_item_style.h
|
| +++ b/ash/common/system/tray/tray_popup_item_style.h
|
| @@ -84,7 +84,9 @@ class TrayPopupItemStyle {
|
|
|
| void set_font_style(FontStyle font_style) { font_style_ = font_style; }
|
|
|
| - SkColor GetForegroundColor() const;
|
| + SkColor GetTextColor() const;
|
| +
|
| + SkColor GetIconColor() const;
|
|
|
| // Configures a Label as per the style (e.g. color, font).
|
| void SetupLabel(views::Label* label) const;
|
|
|