Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp |
index 60aadea98424975cb18ce6d9fc25ff6b85bc8799..b75179c8c7eb4699f1f713964673199ed51e70e8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp |
@@ -122,7 +122,7 @@ void LayoutMultiColumnSpannerPlaceholder::computeLogicalHeight(LayoutUnit, Layou |
void LayoutMultiColumnSpannerPlaceholder::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState) |
{ |
PaintInvalidationState newPaintInvalidationState(paintInvalidationState, *this); |
- newPaintInvalidationState.updatePaintOffsetAndClipForChildren(); |
+ newPaintInvalidationState.updateForChildren(); |
m_layoutObjectInFlowThread->invalidateTreeIfNeeded(newPaintInvalidationState); |
LayoutBox::invalidateTreeIfNeeded(paintInvalidationState); |
} |