Bug 1145036 part 2 - Rename nsTableFrame::GetCellSpacingX/Y to GetCol/RowSpacing. r=roc
This commit is contained in:
@@ -840,8 +840,8 @@ CalcUnpaginagedHeight(nsPresContext* aPresContext,
|
||||
firstCellInFlow->GetRowIndex(rowIndex);
|
||||
int32_t rowSpan = aTableFrame.GetEffectiveRowSpan(*firstCellInFlow);
|
||||
|
||||
nscoord computedHeight = firstTableInFlow->GetCellSpacingY(rowIndex,
|
||||
rowIndex + rowSpan - 1);
|
||||
nscoord computedHeight = firstTableInFlow->GetRowSpacing(rowIndex,
|
||||
rowIndex + rowSpan - 1);
|
||||
computedHeight -= aVerticalBorderPadding;
|
||||
int32_t rowX;
|
||||
for (row = firstRGInFlow->GetFirstRow(), rowX = 0; row; row = row->GetNextRow(), rowX++) {
|
||||
|
||||
Reference in New Issue
Block a user