| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index a303d84cd760ce78040ed17287e711afcce4fa6e..e74281cdc88009fdceaa14cba772a6377cc4acef 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -52,7 +52,8 @@ std::unique_ptr<FocusableBorder> PlatformStyle::CreateComboboxBorder() {
|
| }
|
|
|
| // static
|
| -std::unique_ptr<Background> PlatformStyle::CreateComboboxBackground() {
|
| +std::unique_ptr<Background> PlatformStyle::CreateComboboxBackground(
|
| + int shoulder_width) {
|
| return nullptr;
|
| }
|
|
|
|
|