| Index: ui/views/style/platform_style.h
|
| diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h
|
| index 97f697e4fd4e2f2e4e9e41137453c1b8601fbaca..3a6392622d465819ea9ff14f4357d272a040324d 100644
|
| --- a/ui/views/style/platform_style.h
|
| +++ b/ui/views/style/platform_style.h
|
| @@ -49,7 +49,8 @@ class VIEWS_EXPORT PlatformStyle {
|
| static std::unique_ptr<FocusableBorder> CreateComboboxBorder();
|
|
|
| // Creates the appropriate background for a Combobox.
|
| - static std::unique_ptr<Background> CreateComboboxBackground();
|
| + static std::unique_ptr<Background> CreateComboboxBackground(
|
| + int shoulder_width);
|
|
|
| // Creates the default label button border for the given |style|. Used when a
|
| // custom default border is not provided for a particular LabelButton class.
|
|
|