| Index: third_party/WebKit/Source/core/paint/ThemePainterDefault.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterDefault.h b/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
|
| index 848026572bc35f9d2a47d1a64d4ddd1afa3c3fb9..5bf7c0b7046c0a66f2ea81dbc94d768a963e0d76 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
|
| @@ -54,7 +54,6 @@ private:
|
| bool paintTextArea(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 paintSearchFieldResultsDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
|
|
| void setupMenuListArrow(const LayoutBox&, const IntRect&, WebThemeEngine::ExtraParams&);
|
| };
|
|
|