From cacb19b89513f495b9e5fccdfc9a9192246fc392 Mon Sep 17 00:00:00 2001 From: kipp Date: Tue, 9 Jun 1998 17:32:27 +0000 Subject: [PATCH] Updated reflow-inline-child to handle the new nsIInlineFrame api --- layout/generic/nsBlockFrame.h | 4 ++-- layout/html/base/src/nsBlockFrame.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layout/generic/nsBlockFrame.h b/layout/generic/nsBlockFrame.h index 88ecbf49c371..eaf3fbf34528 100644 --- a/layout/generic/nsBlockFrame.h +++ b/layout/generic/nsBlockFrame.h @@ -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); diff --git a/layout/html/base/src/nsBlockFrame.h b/layout/html/base/src/nsBlockFrame.h index 88ecbf49c371..eaf3fbf34528 100644 --- a/layout/html/base/src/nsBlockFrame.h +++ b/layout/html/base/src/nsBlockFrame.h @@ -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);