| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| index 3c7cca0193fd12679bf8a9f477b54fd03d1c7ec1..1b115cb3cdfd548691d76a0d1574e36b7f718c15 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -1483,9 +1483,4 @@ PaintInvalidationReason LayoutTableCell::InvalidatePaint(
|
| return TableCellPaintInvalidator(*this, context).InvalidatePaint();
|
| }
|
|
|
| -PaintInvalidationReason LayoutTableCell::InvalidatePaint(
|
| - const PaintInvalidationState& state) {
|
| - return LayoutBlockFlow::InvalidatePaint(state);
|
| -}
|
| -
|
| } // namespace blink
|
|
|