| Index: third_party/WebKit/Source/core/layout/LayoutTableCol.cpp | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp | 
| index ba923455e9356954adaa151196e0989f538ca1e2..b136ac8a52247a80293212d21b491e34d2473cd4 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp | 
| @@ -60,7 +60,7 @@ void LayoutTableCol::styleDidChange(StyleDifference diff, | 
| // the next one can't be, so don't even check its condition. | 
| if (!table->selfNeedsLayout() && !table->normalChildNeedsLayout() && | 
| oldStyle->border() != style()->border()) { | 
| -    table->invalidateCollapsedBorders(); | 
| +    table->invalidateCollapsedBorders(PaintInvalidationStyleChange); | 
| } else if ((oldStyle->logicalWidth() != style()->logicalWidth()) || | 
| LayoutTableBoxComponent::doCellsHaveDirtyWidth(*this, *table, diff, | 
| *oldStyle)) { | 
|  |