| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index f3b067dadd0e090a5ec86ff8ed07e9f97801a152..41aa838b0072e3f81128caa65bd22652ee9b56c8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -356,7 +356,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| const InlineFlowBox*) const override;
|
|
|
| LayoutSize offsetFromContainer(const LayoutObject*) const override;
|
| - LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| + LayoutRect localVisualRect() const override;
|
|
|
| int borderHalfLeft(bool outer) const;
|
| int borderHalfRight(bool outer) const;
|
|
|