Implement DidReflow to pass it down to children when exiting reflow

This commit is contained in:
kipp 1998-05-18 16:51:17 +00:00
parent 8939828111
commit 46b2e73f37

View File

@ -115,6 +115,8 @@ public:
nsIFrame* aParent,
nsIStyleContext* aStyleContext,
nsIFrame*& aContinuingFrame);
NS_IMETHOD DidReflow(nsIPresContext& aPresContext,
nsDidReflowStatus aStatus);
// Painting
NS_IMETHOD Paint(nsIPresContext& aPresContext,