Index: Source/core/rendering/RenderMultiColumnSet.h |
diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h |
index c09e482d166a8f0c834eb36c2c0a78627c40c0c9..975c24e32bbf117a2e80f1f463d7e1bd1286cc6f 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 paintInvalidationForFlowThreadContent(const LayoutRect& paintInvalidationRect) const; |
+ void paintInvalidationForFlowThreadContent(const LayoutRect& paintInvalidationRect); |
// 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 |