Index: Source/core/rendering/RenderTableSection.h |
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h |
index 8d67b733ad332a1e09e0c3f3c019d89291ffbe29..06260187813735d5f78ad2aeb6b4b3307e6d3afd 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>&); |
dsinclair
2014/10/15 21:37:42
I believe, in this case where it's ambiguous, it's
|
+ void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&, unsigned&, Vector<int>&); |
void populateSpanningRowsHeightFromCell(RenderTableCell*, struct SpanningRowsHeight&); |
void distributeExtraRowSpanHeightToPercentRows(RenderTableCell*, int, int&, Vector<int>&); |