diff --git a/layout/tables/nsTableFrame.cpp b/layout/tables/nsTableFrame.cpp index d5aa91bd985..7effc4eebae 100644 --- a/layout/tables/nsTableFrame.cpp +++ b/layout/tables/nsTableFrame.cpp @@ -92,7 +92,7 @@ struct nsTableReflowState { // Running y-offset nscoord y; - nsTableReflowState(nsPresContext& aPresContext, + nsTableReflowState(nsPresContext& aPresContext, const nsHTMLReflowState& aReflowState, nsTableFrame& aTableFrame, nscoord aAvailWidth, @@ -102,7 +102,7 @@ struct nsTableReflowState { Init(aPresContext, aTableFrame, aAvailWidth, aAvailHeight); } - void Init(nsPresContext& aPresContext, + void Init(nsPresContext& aPresContext, nsTableFrame& aTableFrame, nscoord aAvailWidth, nscoord aAvailHeight) @@ -129,7 +129,7 @@ struct nsTableReflowState { } } - nsTableReflowState(nsPresContext& aPresContext, + nsTableReflowState(nsPresContext& aPresContext, const nsHTMLReflowState& aReflowState, nsTableFrame& aTableFrame) : reflowState(aReflowState) @@ -159,7 +159,7 @@ struct BCPropertyData }; NS_IMETHODIMP -nsTableFrame::GetParentStyleContextFrame(nsPresContext* aPresContext, +nsTableFrame::GetParentStyleContextFrame(nsPresContext* aPresContext, nsIFrame** aProviderFrame, PRBool* aIsChild) { @@ -1854,7 +1854,7 @@ nsTableFrame::RequestSpecialHeightReflow(const nsHTMLReflowState& aReflowState) ******************************************************************************************/ /* Layout the entire inner table. */ -NS_METHOD nsTableFrame::Reflow(nsPresContext* aPresContext, +NS_METHOD nsTableFrame::Reflow(nsPresContext* aPresContext, nsHTMLReflowMetrics& aDesiredSize, const nsHTMLReflowState& aReflowState, nsReflowStatus& aStatus)