| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| index f5ab055f93bb2c47ceef5be10a8d7ab1437baeeb..8f1d73f81800418d5d321ca9c15be2d722cd5201 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| @@ -759,7 +759,7 @@ int LayoutThemeMac::PopupInternalPaddingStart(
|
| return 0;
|
| }
|
|
|
| -int LayoutThemeMac::PopupInternalPaddingEnd(const HostWindow*,
|
| +int LayoutThemeMac::PopupInternalPaddingEnd(const PlatformChromeClient*,
|
| const ComputedStyle& style) const {
|
| if (style.Appearance() == kMenulistPart)
|
| return PopupButtonPadding(
|
|
|