| Index: Source/core/rendering/RenderTableSection.h
|
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
|
| index fca04da7f824296a436ffe0c2be8b6949d278555..0937dc837ac858b1b87335c3ffe30898c1bf6fb7 100644
|
| --- a/Source/core/rendering/RenderTableSection.h
|
| +++ b/Source/core/rendering/RenderTableSection.h
|
| @@ -260,9 +260,8 @@ private:
|
| void ensureRows(unsigned);
|
|
|
| bool rowHasOnlySpanningCells(unsigned);
|
| - unsigned calcRowHeightHavingOnlySpanningCells(unsigned);
|
| - void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&);
|
| - bool isHeightNeededForRowHavingOnlySpanningCells(unsigned);
|
| + unsigned calcRowHeightHavingOnlySpanningCells(unsigned, int&, unsigned, unsigned&, Vector<int>&);
|
| + void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&, unsigned&, Vector<int>&);
|
|
|
| void populateSpanningRowsHeightFromCell(RenderTableCell*, struct SpanningRowsHeight&);
|
| void distributeExtraRowSpanHeightToPercentRows(RenderTableCell*, int, int&, Vector<int>&);
|
|
|