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

Unified Diff: ui/native_theme/native_theme_base.cc

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_base.cc
diff --git a/ui/native_theme/native_theme_base.cc b/ui/native_theme/native_theme_base.cc
index 9dbeceeff4176f6e2f6fd0e49eca6b2a11a489e3..f28896779d79c9a1cd312db59e25d99b23ce115b 100644
--- a/ui/native_theme/native_theme_base.cc
+++ b/ui/native_theme/native_theme_base.cc
@@ -200,6 +200,9 @@ void NativeThemeBase::Paint(SkCanvas* canvas,
case kComboboxArrow:
CommonThemePaintComboboxArrow(canvas, rect);
break;
+ case kComboboxArrowBackground:
+ PaintComboboxArrowBackground(canvas, state, rect);
+ break;
case kCheckbox:
PaintCheckbox(canvas, state, rect, extra.button);
break;

Powered by Google App Engine
This is Rietveld 408576698