| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| index 9353ddd5ffbd9492df53ea46706268959dc94613..fc4eafea4e34e240884c5f1e962804613578a675 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -473,9 +473,9 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
|
| void SimplifiedNormalFlowLayout() override;
|
| bool RecalcChildOverflowAfterStyleChange() override;
|
| void EnsureIsReadyForPaintInvalidation() override;
|
| - PaintInvalidationReason InvalidatePaintIfNeeded(
|
| + PaintInvalidationReason InvalidatePaint(
|
| const PaintInvalidationState&) override;
|
| - PaintInvalidationReason InvalidatePaintIfNeeded(
|
| + PaintInvalidationReason InvalidatePaint(
|
| const PaintInvalidatorContext&) const override;
|
|
|
| private:
|
|
|