| 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 a8374055f0fff78755a149b97dd475423b3aa86f..dd5530407f85345862ddb6040de5cd5eb7935732 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
 | 
| @@ -1442,8 +1442,7 @@
 | 
|                  // Table cells paint container's background on the container's backing instead of its own (if any),
 | 
|                  // so we must invalidate it by the containers.
 | 
|                  bool invalidated = false;
 | 
| -                if (childPaintInvalidationState.forcedSubtreeFullInvalidationWithinContainer()
 | 
| -                    || (columnGroup && columnGroup->shouldDoFullPaintInvalidation())
 | 
| +                if ((columnGroup && columnGroup->shouldDoFullPaintInvalidation())
 | 
|                      || (column && column->shouldDoFullPaintInvalidation())
 | 
|                      || section->shouldDoFullPaintInvalidation()) {
 | 
|                      section->invalidateDisplayItemClient(*cell);
 | 
| 
 |