| Index: third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.h b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| index 91462f05ab7c05fe884105da16d1ba7f05cf9654..63f2cb30d354bbaf8a168931d89d33e81111e83b 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| @@ -45,8 +45,6 @@ private:
|
| bool paintSliderThumb(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
| bool paintSearchField(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
| bool paintSearchFieldCancelButton(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
| - bool paintSearchFieldDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
| - bool paintSearchFieldResultsDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
|
|
| LayoutThemeMac& m_layoutTheme;
|
| };
|
|
|