Index: Source/core/layout/LayoutTableSection.h |
diff --git a/Source/core/layout/LayoutTableSection.h b/Source/core/layout/LayoutTableSection.h |
index 187f918a6c2d00a35a4a841f89d84573e8e71cce..0312bba83511e0e2bb8916eb662a2ab0acc726f0 100644 |
--- a/Source/core/layout/LayoutTableSection.h |
+++ b/Source/core/layout/LayoutTableSection.h |
@@ -261,7 +261,7 @@ private: |
void populateSpanningRowsHeightFromCell(LayoutTableCell*, struct SpanningRowsHeight&); |
void distributeExtraRowSpanHeightToPercentRows(LayoutTableCell*, int, int&, Vector<int>&); |
- void distributeWholeExtraRowSpanHeightToPercentRows(LayoutTableCell*, int, int&, Vector<int>&); |
+ void distributeWholeExtraRowSpanHeightToPercentRows(LayoutTableCell*, float, int&, Vector<int>&); |
void distributeExtraRowSpanHeightToAutoRows(LayoutTableCell*, int, int&, Vector<int>&); |
void distributeExtraRowSpanHeightToRemainingRows(LayoutTableCell*, int, int&, Vector<int>&); |
void distributeRowSpanHeightToRows(SpanningLayoutTableCells& rowSpanCells); |