| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| index 549a25316c4d08c4521858a94c5c5a5a8e409621..5c0c7a47a6e6ed84e82d6a81b0a7b7fa425c905b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -115,6 +115,7 @@ public:
|
| void layoutRows();
|
| void computeOverflowFromCells();
|
| bool recalcChildOverflowAfterStyleChange();
|
| + void markAllCellsWidthsDirtyAndOrNeedsLayout(bool markNeedsLayout);
|
|
|
| LayoutTable* table() const { return toLayoutTable(parent()); }
|
|
|
|
|