| 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(
|
|
|