Index: Source/core/rendering/RenderMultiColumnSet.cpp |
diff --git a/Source/core/rendering/RenderMultiColumnSet.cpp b/Source/core/rendering/RenderMultiColumnSet.cpp |
index dd1cc2263e4c9bfa6f92627b25bee9e1b6e88c48..a3fddb168933b8ca643ae6e136d77dac2d824fac 100644 |
--- a/Source/core/rendering/RenderMultiColumnSet.cpp |
+++ b/Source/core/rendering/RenderMultiColumnSet.cpp |
@@ -489,7 +489,7 @@ void RenderMultiColumnSet::paintColumnRules(PaintInfo& paintInfo, const LayoutPo |
} |
} |
-void RenderMultiColumnSet::paintInvalidationForFlowThreadContent(const LayoutRect& paintInvalidationRect) const |
+void RenderMultiColumnSet::paintInvalidationForFlowThreadContent(const LayoutRect& paintInvalidationRect) |
{ |
// Figure out the start and end columns and only check within that range so that we don't walk the |
// entire column set. Put the paint invalidation rect into flow thread coordinates by flipping it first. |