| 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 d0c596b93d0bd9503456d7b114f90f46688f52ce..848026572bc35f9d2a47d1a64d4ddd1afa3c3fb9 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
|
| @@ -37,6 +37,9 @@ namespace blink {
|
| class LayoutBox;
|
|
|
| class ThemePainterDefault final : public ThemePainter {
|
| +public:
|
| + ThemePainterDefault();
|
| +
|
| private:
|
| bool paintCheckbox(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
| bool paintRadio(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
|
|