Index: ui/native_theme/fallback_theme.cc |
diff --git a/ui/native_theme/fallback_theme.cc b/ui/native_theme/fallback_theme.cc |
index 6eb6864357919b4e5ac23f9eb40c9ba81f58ae0a..11cac351498fbb50f1a39d4e28ccd15a26ce94d2 100644 |
--- a/ui/native_theme/fallback_theme.cc |
+++ b/ui/native_theme/fallback_theme.cc |
@@ -117,6 +117,8 @@ SkColor FallbackTheme::GetSystemColor(ColorId color_id) const { |
return kEnabledMenuItemForegroundColor; |
case kColorId_DisabledMenuItemForegroundColor: |
return kDisabledMenuItemForegroundColor; |
+ case kColorId_DisabledEmphasizedMenuItemForegroundColor: |
+ return SK_ColorBLACK; |
case kColorId_SelectedMenuItemForegroundColor: |
return kEnabledMenuItemForegroundColor; |
case kColorId_FocusedMenuItemBackgroundColor: |