Chromium Code Reviews| 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..bc7237111cb915315bd6f23e04cc33aeca1b5fa6 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 GetLTextColor() const; |
|
tdanderson
2016/11/12 03:17:10
nit: GetTextColor (remove the L)
|
| + |
| + SkColor GetIconColor() const; |
| // Configures a Label as per the style (e.g. color, font). |
| void SetupLabel(views::Label* label) const; |