| Index: Source/core/rendering/RenderTableSection.h
|
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
|
| index 41c2359fa9400734224f7a3ab19a40c338b7febf..0dc8c19cffd14f40980f1ecbfa3d7bfb5caf94ff 100644
|
| --- a/Source/core/rendering/RenderTableSection.h
|
| +++ b/Source/core/rendering/RenderTableSection.h
|
| @@ -232,6 +232,8 @@ private:
|
|
|
| void ensureRows(unsigned);
|
|
|
| + int getRowsHeightInRowSpan(RenderTableCell*, int&, Vector<int>&);
|
| + void recalcRowsHeightInRowSpanningCell(RenderTableCell*, int&, int&, Vector<int>&);
|
| void distributeRowSpanHeightToRows(SpanningRenderTableCells& rowSpanCells);
|
|
|
| void distributeExtraLogicalHeightToPercentRows(int& extraLogicalHeight, int totalPercent);
|
|
|