Index: third_party/WebKit/Source/core/paint/BlockFlowPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/BlockFlowPainter.h b/third_party/WebKit/Source/core/paint/BlockFlowPainter.h |
index 47c76af8308890b4b9783414a0e35a30b676397d..bc244d76cbfffed38ab15181ecc4003b5fb758b6 100644 |
--- a/third_party/WebKit/Source/core/paint/BlockFlowPainter.h |
+++ b/third_party/WebKit/Source/core/paint/BlockFlowPainter.h |
@@ -17,7 +17,9 @@ class BlockFlowPainter { |
STACK_ALLOCATED(); |
public: |
BlockFlowPainter(const LayoutBlockFlow& layoutBlockFlow) : m_layoutBlockFlow(layoutBlockFlow) { } |
+ void paintContents(const PaintInfo&, const LayoutPoint&); |
void paintFloats(const PaintInfo&, const LayoutPoint&); |
+ |
private: |
const LayoutBlockFlow& m_layoutBlockFlow; |
}; |