Chromium Code Reviews| Index: ui/native_theme/native_theme.h |
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h |
| index 2958609dda7f76cb815080765a378c833f925b27..b60bb1c87b0628089a69c1f515abfd4aead17d10 100644 |
| --- a/ui/native_theme/native_theme.h |
| +++ b/ui/native_theme/native_theme.h |
| @@ -240,9 +240,13 @@ class NATIVE_THEME_EXPORT NativeTheme { |
| kColorId_EnabledMenuItemForegroundColor, |
| kColorId_DisabledMenuItemForegroundColor, |
| kColorId_FocusedMenuItemBackgroundColor, |
| + kColorId_HoverMenuItemBackgroundColor, |
| kColorId_MenuSeparatorColor, |
| kColorId_MenuBackgroundColor, |
| kColorId_MenuBorderColor, |
| + kColorId_EnabledMenuButtonBorderColor, |
|
sky
2013/03/20 16:30:02
It isn't obvious what menu button border is. Add a
Bobby Powers
2013/03/21 17:08:43
Done.
|
| + kColorId_FocusedMenuButtonBorderColor, |
| + kColorId_HoverMenuButtonBorderColor, |
| // Label |
| kColorId_LabelEnabledColor, |
| kColorId_LabelDisabledColor, |