| Index: ui/views/style/platform_style_mac.mm
|
| diff --git a/ui/views/style/platform_style_mac.mm b/ui/views/style/platform_style_mac.mm
|
| index a7896442d2cdb0f3aa711e8c202432ed748804c0..5e06da5d2815f7260978f43da5bad7cffe5d65fd 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -44,8 +44,9 @@ std::unique_ptr<FocusableBorder> PlatformStyle::CreateComboboxBorder() {
|
| }
|
|
|
| // static
|
| -std::unique_ptr<Background> PlatformStyle::CreateComboboxBackground() {
|
| - return base::WrapUnique(new ComboboxBackgroundMac);
|
| +std::unique_ptr<Background> PlatformStyle::CreateComboboxBackground(
|
| + int shoulder_width) {
|
| + return base::WrapUnique(new ComboboxBackgroundMac(shoulder_width));
|
| }
|
|
|
| // static
|
|
|