| 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 cd055b618c7f4ded53f71d92cc1a3430503c8276..4ea37764cefc7d6fe9e92c633cbea3db757dbd83 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
|
| @@ -141,13 +141,6 @@ void LayoutMultiColumnSpannerPlaceholder::computeLogicalHeight(
|
| computedValues.m_margins.m_after = marginAfter();
|
| }
|
|
|
| -void LayoutMultiColumnSpannerPlaceholder::invalidatePaintOfSubtreesIfNeeded(
|
| - const PaintInvalidationState& childPaintInvalidationState) {
|
| - m_layoutObjectInFlowThread->invalidateTreeIfNeeded(
|
| - childPaintInvalidationState);
|
| - LayoutBox::invalidatePaintOfSubtreesIfNeeded(childPaintInvalidationState);
|
| -}
|
| -
|
| void LayoutMultiColumnSpannerPlaceholder::paint(
|
| const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) const {
|
|
|