| Index: third_party/WebKit/Source/core/paint/ThemePainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.h b/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| index 8f147e7c2af7b152f8dfcbb395d5cdf44eaf9996..2c8bbc8c86d658a616a8b6f0e593d0ad4b6f1669 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| @@ -63,8 +63,6 @@ protected:
|
| virtual bool paintSliderThumb(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| virtual bool paintSearchField(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| virtual bool paintSearchFieldCancelButton(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| - virtual bool paintSearchFieldDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| - virtual bool paintSearchFieldResultsDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
|
|
| bool paintUsingFallbackTheme(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| bool paintCheckboxUsingFallbackTheme(const LayoutObject&, const PaintInfo&, const IntRect&);
|
|
|