| Index: Source/core/rendering/RenderTableSection.h
|
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
|
| index fca04da7f824296a436ffe0c2be8b6949d278555..56b3ce1a8572393764c9a55b483b97d40874aa47 100644
|
| --- a/Source/core/rendering/RenderTableSection.h
|
| +++ b/Source/core/rendering/RenderTableSection.h
|
| @@ -84,6 +84,7 @@ public:
|
| int calcRowLogicalHeight();
|
| void layoutRows();
|
| void computeOverflowFromCells();
|
| + bool recalcChildOverflowAfterStyleChange();
|
|
|
| RenderTable* table() const { return toRenderTable(parent()); }
|
|
|
|
|