Index: Source/core/layout/LayoutTableSection.h |
diff --git a/Source/core/layout/LayoutTableSection.h b/Source/core/layout/LayoutTableSection.h |
index 74034e185b53dfaee6a8381936e6835872b7f1bf..d7cb25c7fbe8e9803c5ba9e0a950ccb44446e563 100644 |
--- a/Source/core/layout/LayoutTableSection.h |
+++ b/Source/core/layout/LayoutTableSection.h |
@@ -260,8 +260,8 @@ private: |
void updateRowsHeightHavingOnlySpanningCells(LayoutTableCell*, struct SpanningRowsHeight&, unsigned&, Vector<int>&); |
void populateSpanningRowsHeightFromCell(LayoutTableCell*, struct SpanningRowsHeight&); |
- void distributeExtraRowSpanHeightToPercentRows(LayoutTableCell*, int, int&, Vector<int>&); |
- void distributeWholeExtraRowSpanHeightToPercentRows(LayoutTableCell*, int, int&, Vector<int>&); |
+ void distributeExtraRowSpanHeightToPercentRows(LayoutTableCell*, LayoutUnit, int&, Vector<int>&); |
+ void distributeWholeExtraRowSpanHeightToPercentRows(LayoutTableCell*, LayoutUnit, int&, Vector<int>&); |
void distributeExtraRowSpanHeightToAutoRows(LayoutTableCell*, int, int&, Vector<int>&); |
void distributeExtraRowSpanHeightToRemainingRows(LayoutTableCell*, int, int&, Vector<int>&); |
void distributeRowSpanHeightToRows(SpanningLayoutTableCells& rowSpanCells); |