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

Unified Diff: ui/native_theme/common_theme.cc

Issue 2575343005: Native themes: Add MenuItemSubtitleColor (Closed)
Patch Set: Created 4 years 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
Index: ui/native_theme/common_theme.cc
diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
index 599f2473b1c3a45a8efd9e9e389714739b1189ba..c381e62a316afe081773b0a4e697d068852c3d11 100644
--- a/ui/native_theme/common_theme.cc
+++ b/ui/native_theme/common_theme.cc
@@ -183,6 +183,8 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
return kEnabledMenuItemForegroundColor;
case NativeTheme::kColorId_DisabledMenuItemForegroundColor:
return kDisabledMenuItemForegroundColor;
+ case NativeTheme::kColorId_MenuItemSubtitleColor:
+ return kDisabledMenuItemForegroundColor;
Evan Stade 2016/12/20 00:39:22 if you make this return base_theme->GetSystemColo
Tom (Use chromium acct) 2016/12/20 01:03:19 Done.
// Label
case NativeTheme::kColorId_LabelEnabledColor:

Powered by Google App Engine
This is Rietveld 408576698