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

Unified Diff: ui/views/style/platform_style.h

Issue 1819443002: MacViews: draw combobox arrow backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux build 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/views/style/platform_style.h
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h
index 270bc2712ff52eb2c1f09cf0b18989245eef59da..e4240d49306a8920c8f6caf4f26d14b3a7459433 100644
--- a/ui/views/style/platform_style.h
+++ b/ui/views/style/platform_style.h
@@ -23,6 +23,9 @@ class PlatformStyle {
// Creates the appropriate border for a focusable Combobox.
static scoped_ptr<FocusableBorder> CreateComboboxBorder();
+ // Creates the appropriate background for a Combobox.
+ static scoped_ptr<Background> CreateComboboxBackground();
+
// Creates the default label button border for the given |style|. Used when a
// custom default border is not provided for a particular LabelButton class.
static scoped_ptr<LabelButtonBorder> CreateLabelButtonBorder(

Powered by Google App Engine
This is Rietveld 408576698