| 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 c0ef195e9314f522680d49cd3855ae0876514130..a558851cd8175cd068f96ab907abee7c6bfad5a4 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()); }
|
|
|
|
|