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 f4dbd690a7edffe0645b6a3bca0472f367c749dd..af3d8085770d9ef9cd3d13158e886d7b4516a616 100644 |
| --- a/ui/native_theme/native_theme.h |
| +++ b/ui/native_theme/native_theme.h |
| @@ -45,6 +45,7 @@ class NATIVE_THEME_EXPORT NativeTheme { |
| // The part to be painted / sized. |
| enum Part { |
| kComboboxArrow, |
| + kComboboxArrowBackground, |
| kCheckbox, |
| kInnerSpinButton, |
| kMenuList, |