| 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 9adadc049fd6d61026461160025fd177b1bacd36..6ad00d706b1f2cdee1359f840efbb5edb6b32918 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -937,7 +937,7 @@
|
| // If collapsed borders changed, invalidate the cell's display item client on the table's backing.
|
| // TODO(crbug.com/451090#c5): Need a way to invalidate/repaint the borders only.
|
| if (changed)
|
| - table()->slowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(*this, PaintInvalidationStyleChange);
|
| + table()->invalidateDisplayItemClient(*this);
|
|
|
| addBorderStyle(borderValues, newValues.startBorder);
|
| addBorderStyle(borderValues, newValues.endBorder);
|
|
|