| Index: third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
|
| index bb728751892e5dcbf6b5e2c9284d8feda4bc72f5..844c3e1754914032d84cacba67e533c8f6a28448 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
|
| @@ -66,6 +66,7 @@ public:
|
| void setCheckboxSize(ComputedStyle&) const override;
|
| void setRadioSize(ComputedStyle&) const override;
|
| void adjustInnerSpinButtonStyle(ComputedStyle&) const override;
|
| + void adjustButtonStyle(ComputedStyle&) const override;
|
|
|
| bool popsMenuBySpaceKey() const final { return true; }
|
| bool popsMenuByReturnKey() const final { return true; }
|
| @@ -91,7 +92,6 @@ public:
|
|
|
| int minimumMenuListSize(const ComputedStyle&) const override;
|
|
|
| - void adjustButtonStyle(ComputedStyle&) const override;
|
| void adjustSearchFieldStyle(ComputedStyle&) const override;
|
| void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const override;
|
| void adjustSearchFieldDecorationStyle(ComputedStyle&) const override;
|
|
|