| 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..173ea4ef32a53ac70d7531fd3306d895e21069c6 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -183,6 +183,9 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
|
| return kEnabledMenuItemForegroundColor;
|
| case NativeTheme::kColorId_DisabledMenuItemForegroundColor:
|
| return kDisabledMenuItemForegroundColor;
|
| + case NativeTheme::kColorId_MenuItemSubtitleColor:
|
| + return base_theme->GetSystemColor(
|
| + NativeTheme::kColorId_DisabledMenuItemForegroundColor);
|
|
|
| // Label
|
| case NativeTheme::kColorId_LabelEnabledColor:
|
|
|