| 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 db9585482d1b726949726e56f2afbc3b7ec43e20..cf560688e8f6fb570d648f770339fcf0a77e5a1f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -1343,7 +1343,7 @@ void LayoutTableCell::CollectCollapsedBorderValues(
|
| if (collapsed_borders_visually_changed_) {
|
| ObjectPaintInvalidator(*Table())
|
| .SlowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(
|
| - *this, kPaintInvalidationStyleChange);
|
| + *this, PaintInvalidationReason::kStyle);
|
| collapsed_borders_visually_changed_ = false;
|
| }
|
|
|
|
|