Changed Reflow() member function to take a reference to a nsIPresContext
instead of a pointer
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
FixedSizeFrame(nsIContent* aContent,
|
||||
nsIFrame* aParentFrame);
|
||||
|
||||
NS_IMETHOD Reflow(nsIPresContext* aPresContext,
|
||||
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
||||
nsReflowMetrics& aDesiredSize,
|
||||
const nsReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus);
|
||||
@@ -110,7 +110,7 @@ FixedSizeFrame::FixedSizeFrame(nsIContent* aContent,
|
||||
{
|
||||
}
|
||||
|
||||
NS_METHOD FixedSizeFrame::Reflow(nsIPresContext* aPresContext,
|
||||
NS_METHOD FixedSizeFrame::Reflow(nsIPresContext& aPresContext,
|
||||
nsReflowMetrics& aDesiredSize,
|
||||
const nsReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus)
|
||||
|
||||
Reference in New Issue
Block a user