| 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 a8ab38af91325adf7c32ca25d2706a1bc0a63cd0..c8d0bd874c056fe8d30d7706c85500260a554943 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| @@ -102,7 +102,7 @@ class LayoutTableCol final : public LayoutTableBoxComponent {
|
| bool canHaveChildren() const override;
|
| PaintLayerType layerTypeRequired() const override { return NoPaintLayer; }
|
|
|
| - LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| + LayoutRect localVisualRect() const override;
|
|
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
|
|