Chromium Code Reviews| 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: |