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, |
|
tapted
2016/03/21 07:09:04
My first thought (I don't know if it's a good one
Elly Fong-Jones
2016/03/21 18:53:56
Hm. I don't really like the idea of having part of
tapted
2016/03/22 11:31:09
oops - missed this. Borders is largely how more co
|
| kCheckbox, |
| kInnerSpinButton, |
| kMenuList, |