| Index: third_party/WebKit/Source/core/paint/BlockPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.h b/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| index 3b0d1c873884aec9f414a4053d1255f48b062672..e8502b967ff52dd3ea0702630ccfd1822b45f758 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| @@ -25,6 +25,7 @@ public:
|
|
|
| void paint(const PaintInfo&, const LayoutPoint& paintOffset);
|
| void paintObject(const PaintInfo&, const LayoutPoint&);
|
| + void paintContents(const PaintInfo&, const LayoutPoint&);
|
| void paintChildren(const PaintInfo&, const LayoutPoint&);
|
| void paintChild(const LayoutBox&, const PaintInfo&, const LayoutPoint&);
|
| void paintOverflowControlsIfNeeded(const PaintInfo&, const LayoutPoint&);
|
| @@ -39,7 +40,6 @@ public:
|
|
|
| private:
|
| void paintCarets(const PaintInfo&, const LayoutPoint&);
|
| - void paintContents(const PaintInfo&, const LayoutPoint&);
|
|
|
| const LayoutBlock& m_layoutBlock;
|
| };
|
|
|