Updated reflow-inline-child to handle the new nsIInlineFrame api

This commit is contained in:
kipp 1998-06-09 17:32:27 +00:00
parent 071d132c21
commit cacb19b895
2 changed files with 4 additions and 4 deletions

View File

@ -208,8 +208,8 @@ public:
nsPlaceholderFrame* aPlaceholder);
// nsBlockFrame
nsresult ReflowInlineChild(nsIFrame* aKidFrame,
nsIPresContext* aPresContext,
nsresult ReflowInlineChild(nsLineLayout& aLineLayout,
nsIFrame* aKidFrame,
nsReflowMetrics& aDesiredSize,
const nsReflowState& aReflowState,
nsReflowStatus& aStatus);

View File

@ -208,8 +208,8 @@ public:
nsPlaceholderFrame* aPlaceholder);
// nsBlockFrame
nsresult ReflowInlineChild(nsIFrame* aKidFrame,
nsIPresContext* aPresContext,
nsresult ReflowInlineChild(nsLineLayout& aLineLayout,
nsIFrame* aKidFrame,
nsReflowMetrics& aDesiredSize,
const nsReflowState& aReflowState,
nsReflowStatus& aStatus);