mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
Updated reflow-inline-child to handle the new nsIInlineFrame api
This commit is contained in:
parent
071d132c21
commit
cacb19b895
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user