Index: ui/native_theme/common_theme.cc |
diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc |
index 5442a07df3e1c0063699b0adf390b7cc73d16427..1f15992f2d1d751b3573083d64750ff448cb34eb 100644 |
--- a/ui/native_theme/common_theme.cc |
+++ b/ui/native_theme/common_theme.cc |
@@ -70,6 +70,9 @@ bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) { |
case NativeTheme::kColorId_DisabledMenuItemForegroundColor: |
*color = kDisabledMenuItemForegroundColor; |
break; |
+ case NativeTheme::kColorId_BoldedDisabledMenuItemForegroundColor: |
+ *color = SK_ColorBLACK; |
+ break; |
case NativeTheme::kColorId_SelectedMenuItemForegroundColor: |
*color = SK_ColorWHITE; |
break; |