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

Unified Diff: ash/common/system/tray/tray_popup_item_style.h

Issue 2496963004: [ash-md] Fixed the effective text/icon colors in the system menu. (Closed)
Patch Set: Created 4 years, 1 month 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/system/tray/tray_item_more.cc ('k') | ash/common/system/tray/tray_popup_item_style.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/common/system/tray/tray_item_more.cc ('k') | ash/common/system/tray/tray_popup_item_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698