| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| index 42f6acb03e496ff86045ea5128cb1ef90039a2d2..d3ae4599f8bc88c2995b0ef6f4e3f6d122ab0468 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| @@ -93,8 +93,6 @@ protected:
|
| void adjustMenuListButtonStyle(ComputedStyle&, Element*) const override;
|
| void adjustSearchFieldStyle(ComputedStyle&) const override;
|
| void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const override;
|
| - void adjustSearchFieldDecorationStyle(ComputedStyle&) const override;
|
| - void adjustSearchFieldResultsDecorationStyle(ComputedStyle&) const override;
|
|
|
| public:
|
| // Constants and methods shared with ThemePainterMac
|
| @@ -123,7 +121,6 @@ public:
|
|
|
| const IntSize* searchFieldSizes() const;
|
| const IntSize* cancelButtonSizes() const;
|
| - const IntSize* resultsButtonSizes() const;
|
| void setSearchCellState(const LayoutObject&, const IntRect&);
|
| void setSearchFieldSize(ComputedStyle&) const;
|
|
|
|
|