| 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 45f6b2480797aae51f7af71c5b5632e44a378b14..8f147e7c2af7b152f8dfcbb395d5cdf44eaf9996 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.h
|
| @@ -58,7 +58,6 @@ protected:
|
| virtual bool paintTextArea(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| virtual bool paintMenuList(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| virtual bool paintMenuListButton(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| - virtual bool paintMeter(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| virtual bool paintProgressBar(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| virtual bool paintSliderTrack(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
| virtual bool paintSliderThumb(const LayoutObject&, const PaintInfo&, const IntRect&) { return true; }
|
|
|