| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| index e164460adc7bc49dc998439774c631614108c106..782d9f3538822d77b254a377144a2611a63ce963 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| @@ -59,8 +59,6 @@ class LayoutMultiColumnSpannerPlaceholder final : public LayoutBox {
|
| void computeLogicalHeight(LayoutUnit logicalHeight,
|
| LayoutUnit logicalTop,
|
| LogicalExtentComputedValues&) const override;
|
| - void invalidatePaintOfSubtreesIfNeeded(
|
| - const PaintInvalidationState&) override;
|
| void paint(const PaintInfo&, const LayoutPoint& paintOffset) const override;
|
| bool nodeAtPoint(HitTestResult&,
|
| const HitTestLocation& locationInContainer,
|
|
|