| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index c792917d29ab20c6786f14e074ef0461765cda50..09029ec3581c63ffeb171f64f271aa0d4756f80c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -1420,6 +1420,9 @@ PaintInvalidationReason LayoutTable::invalidatePaintIfNeeded(const PaintInvalida
|
| // Information of collapsed borders doesn't affect layout and are for painting only.
|
| // Do it now instead of during painting to invalidate table cells if needed.
|
| recalcCollapsedBordersIfNeeded();
|
| + if (collapseBorders() && !m_collapsedBorders.isEmpty())
|
| + paintInvalidationState.enclosingSelfPaintingLayer(*this).setNeedsPaintPhaseDescendantBlockBackgrounds();
|
| +
|
| return LayoutBlock::invalidatePaintIfNeeded(paintInvalidationState);
|
| }
|
|
|
|
|