| Index: Source/core/rendering/RenderTableSection.h
|
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
|
| index 6e02deddae085f9a96489919e5b29a46b48af50b..c7b0bc0f65d20b767a92efe092f224c54ab0d7ba 100644
|
| --- a/Source/core/rendering/RenderTableSection.h
|
| +++ b/Source/core/rendering/RenderTableSection.h
|
| @@ -246,6 +246,7 @@ private:
|
| bool rowHasOnlySpanningCells(unsigned);
|
| unsigned calcRowHeightHavingOnlySpanningCells(unsigned);
|
| void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&);
|
| + bool isHeightNeededForRowHavingOnlySpanningCells(unsigned);
|
|
|
| void populateSpanningRowsHeightFromCell(RenderTableCell*, struct SpanningRowsHeight&);
|
| void distributeExtraRowSpanHeightToPercentRows(RenderTableCell*, int, int&, Vector<int>&);
|
|
|