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

Unified Diff: ui/native_theme/native_theme_dark_aura.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/native_theme_dark_aura.cc
diff --git a/ui/native_theme/native_theme_dark_aura.cc b/ui/native_theme/native_theme_dark_aura.cc
index 27ee73ffb3c6c07c0083240c730c7563c0eb324f..f3fccc63a0912b912e5537c80b098142add842b9 100644
--- a/ui/native_theme/native_theme_dark_aura.cc
+++ b/ui/native_theme/native_theme_dark_aura.cc
@@ -108,6 +108,7 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const {
case kColorId_BlueButtonPressedColor:
case kColorId_BlueButtonHoverColor:
case kColorId_BlueButtonShadowColor:
+ case kColorId_MenuItemSubtitleColor:
Evan Stade 2016/12/20 00:39:22 nit: match order in enum declaration
Tom (Use chromium acct) 2016/12/20 01:03:19 Done.
case kColorId_EnabledMenuItemForegroundColor:
case kColorId_DisabledMenuItemForegroundColor:
case kColorId_SelectedMenuItemForegroundColor:

Powered by Google App Engine
This is Rietveld 408576698