| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| index df2ac59b77a68bcac2a2bb321d740589b8d62c3b..5317ac92f498bbbcecb2e8b109922c1bcccbf7fc 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -227,7 +227,7 @@ void PaintInvalidator::UpdatePaintingLayer(const LayoutObject& object,
|
| // on the table's layer.
|
| if (object.IsTable()) {
|
| const LayoutTable& table = ToLayoutTable(object);
|
| - if (table.CollapseBorders() && !table.CollapsedBorders().IsEmpty())
|
| + if (table.ShouldCollapseBorders() && !table.CollapsedBorders().IsEmpty())
|
| context.painting_layer->SetNeedsPaintPhaseDescendantBlockBackgrounds();
|
| }
|
|
|
|
|