Index: Source/core/rendering/RenderMultiColumnSet.h |
diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h |
index d2a8709cec141a87cf5bc200346ba397f172fed5..c09e482d166a8f0c834eb36c2c0a78627c40c0c9 100644 |
--- a/Source/core/rendering/RenderMultiColumnSet.h |
+++ b/Source/core/rendering/RenderMultiColumnSet.h |
@@ -118,7 +118,7 @@ public: |
// or columns added together. |
LayoutUnit logicalHeightOfAllFlowThreadContent() const { return logicalHeightInFlowThread(); } |
- void repaintFlowThreadContent(const LayoutRect& repaintRect) const; |
+ void paintInvalidationForFlowThreadContent(const LayoutRect& paintInvalidationRect) const; |
// The top of the nearest page inside the region. For RenderRegions, this is just the logical top of the |
// flow thread portion we contain. For sets, we have to figure out the top of the nearest column or |