| 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 97ec0d878e16f05941caab3a688817953b334199..4c16d1b9211c77bda78c849545f9a84ebaaafce5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -959,7 +959,7 @@ void LayoutTableCell::collectBorderValues(LayoutTable::CollapsedBorderValues& bo
|
| // In slimming paint mode, we need to invalidate all cells with collapsed border changed.
|
| // FIXME: Need a way to invalidate/repaint the borders only. crbug.com/451090#c5.
|
| if (changed)
|
| - invalidateDisplayItemClient(*this);
|
| + table()->invalidateDisplayItemClient(*this);
|
|
|
| addBorderStyle(borderValues, startBorder);
|
| addBorderStyle(borderValues, endBorder);
|
|
|