| 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 5cc93b1683506567ed99956bed6803f0b730b0dc..ea6e371d08b20395d70883ce8206975f8dc0df77 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -235,7 +235,7 @@ void PaintInvalidator::UpdatePaintingLayer(const LayoutObject& object,
|
|
|
| if (object.IsTableSection()) {
|
| const auto& section = ToLayoutTableSection(object);
|
| - if (section.Table()->HasColElements())
|
| + if (section.Table()->HasColOrColGroups())
|
| context.painting_layer->SetNeedsPaintPhaseDescendantBlockBackgrounds();
|
| }
|
|
|
|
|