Index: Source/core/rendering/RenderTableSection.h |
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h |
index b9480d6a6b3215d8465264bbaced89f262f4d57e..6826e8662aaf03369ccd4c5cbf846d99370a0e3c 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 recalcOverflowForCellsAfterStyleChange(); |
RenderTable* table() const { return toRenderTable(parent()); } |