| Index: third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.h b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| index a028b3b73ac374db8fd72ff02c5fd5b908f956bd..8f6a2665e2d129b715339ffbd17272c7f56e6e57 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| @@ -107,7 +107,7 @@ private:
|
| bool canHaveChildren() const override;
|
| PaintLayerType layerTypeRequired() const override { return NoPaintLayer; }
|
|
|
| - LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = nullptr) const override;
|
| + LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|