| Index: third_party/WebKit/Source/core/paint/BoxPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.h b/third_party/WebKit/Source/core/paint/BoxPainter.h
|
| index dd3dd0a4d86fddf3afc665faf56d77a01f3e6317..331a63512eccc96061cb6e3949503d6cc7dd4161 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.h
|
| @@ -34,6 +34,7 @@ class BoxPainter {
|
| BoxPainter(const LayoutBox& layoutBox) : m_layoutBox(layoutBox) {}
|
| void paint(const PaintInfo&, const LayoutPoint&);
|
|
|
| + void paintChildren(const PaintInfo&, const LayoutPoint&);
|
| void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&);
|
| void paintMask(const PaintInfo&, const LayoutPoint&);
|
| void paintClippingMask(const PaintInfo&, const LayoutPoint&);
|
|
|