| 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 d9e7a613e30d3f9331e6a649deca4c6f8bd775b1..b626fdeb64fcfe7a1be263192d61e9a9482ef9c7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -348,6 +348,11 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| const LayoutPoint& layer_offset,
|
| const LayoutRect& container_rect) const override;
|
|
|
| + PaintInvalidationReason InvalidatePaint(
|
| + const PaintInvalidatorContext&) const override;
|
| + PaintInvalidationReason InvalidatePaint(
|
| + const PaintInvalidationState&) override;
|
| +
|
| private:
|
| friend class LayoutTableCellTest;
|
|
|
|
|