Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: ui/native_theme/native_theme.h

Issue 1819443002: MacViews: draw combobox arrow backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698