| 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 ff4186a22e4733cd4a683100379c23577f130ec7..a244e8129f985167bd1f8963bca4b5bdbb295b43 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 markAllCellWidthsDirty();
|
|
|
| LayoutTable* table() const { return toLayoutTable(parent()); }
|
|
|
|
|