Index: Source/core/rendering/RenderBlockFlow.cpp |
diff --git a/Source/core/rendering/RenderBlockFlow.cpp b/Source/core/rendering/RenderBlockFlow.cpp |
index 8a4f224b3df5663e1a5a323024160c2b4bd0edd9..eb9e7a285cf1c91be9e1e6e29ddccdae347f6171 100644 |
--- a/Source/core/rendering/RenderBlockFlow.cpp |
+++ b/Source/core/rendering/RenderBlockFlow.cpp |
@@ -544,7 +544,7 @@ void RenderBlockFlow::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, |
child->repaintDuringLayoutIfMoved(oldRect); |
} |
- if (!childHadLayout && child->checkForRepaintDuringLayout()) { |
+ if (!childHadLayout && child->checkForRepaint()) { |
if (!RuntimeEnabledFeatures::repaintAfterLayoutEnabled()) |
child->repaint(); |
child->repaintOverhangingFloats(true); |