Chromium Code Reviews| Index: Source/core/layout/LayoutTable.h |
| diff --git a/Source/core/layout/LayoutTable.h b/Source/core/layout/LayoutTable.h |
| index f15f8d41727cf6bbf02a191cb76e86158c3b0037..8bc854a8b1248c3d5d2656c7da64089078b7e76b 100644 |
| --- a/Source/core/layout/LayoutTable.h |
| +++ b/Source/core/layout/LayoutTable.h |
| @@ -227,7 +227,7 @@ public: |
| if (documentBeingDestroyed()) |
| return; |
| m_needsSectionRecalc = true; |
| - setNeedsLayoutAndFullPaintInvalidation(); |
| + setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::Unknown); |
|
esprehn
2015/03/23 20:19:44
TableChanged ?
|
| } |
| LayoutTableSection* sectionAbove(const LayoutTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const; |