Chromium Code Reviews| Index: Source/core/layout/LayoutTableCol.cpp |
| diff --git a/Source/core/layout/LayoutTableCol.cpp b/Source/core/layout/LayoutTableCol.cpp |
| index 379747977b28f19021cc9482560d4615951d94e3..404e7eca1c0b29f7e56bef78ba720c4bbd4cf7fd 100644 |
| --- a/Source/core/layout/LayoutTableCol.cpp |
| +++ b/Source/core/layout/LayoutTableCol.cpp |
| @@ -81,7 +81,7 @@ void LayoutTableCol::updateFromElement() |
| m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP); |
| } |
| if (m_span != oldSpan && style() && parent()) |
| - setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(); |
| + setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::Unknown); |
|
esprehn
2015/03/23 20:19:44
AttributeChanged ? This is when the span attr chan
|
| } |
| void LayoutTableCol::insertedIntoTree() |