Index: ui/native_theme/native_theme_win.cc |
diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc |
index 6eab39cb00db2d62e67a1713385f7845952c408b..69edbb998fc1909e03f89377442b52670a8f5d63 100644 |
--- a/ui/native_theme/native_theme_win.cc |
+++ b/ui/native_theme/native_theme_win.cc |
@@ -538,6 +538,8 @@ SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const { |
return kEnabledMenuItemForegroundColor; |
case kColorId_DisabledMenuItemForegroundColor: |
return kDisabledMenuItemForegroundColor; |
+ case kColorId_DisabledEmphasizedMenuItemForegroundColor: |
+ return SK_ColorBLACK; |
case kColorId_FocusedMenuItemBackgroundColor: |
return kFocusedMenuItemBackgroundColor; |
case kColorId_MenuSeparatorColor: |