| 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 bc28e972d5aba743c58880c43cb1d670e0297e5c..2239b3f5b92e7f8d54c80755a9c8923730623eab 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -123,6 +123,7 @@ public:
|
| int calcRowLogicalHeight();
|
| void layoutRows();
|
| void computeOverflowFromCells();
|
| + bool recalcChildOverflowAfterStyleChange();
|
|
|
| LayoutTable* table() const { return toLayoutTable(parent()); }
|
|
|
|
|