| Index: third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp b/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| index e91538e6be50fd332b45e0b5741d1ddb74a4a566..7191690bf02b5491a83dfc4a43c5fde14f43c4bd 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| @@ -133,6 +133,11 @@ IntRect convertToPaintingRect(const LayoutObject& inputLayoutObject, const Layou
|
|
|
| } // namespace
|
|
|
| +ThemePainterDefault::ThemePainterDefault()
|
| + : ThemePainter(nullptr)
|
| +{
|
| +}
|
| +
|
| bool ThemePainterDefault::paintCheckbox(const LayoutObject& o, const PaintInfo& i, const IntRect& rect)
|
| {
|
| WebThemeEngine::ExtraParams extraParams;
|
|
|