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