From cccee926386a7f89908af055e5bed3e15f55350b Mon Sep 17 00:00:00 2001 From: "michaelp%netscape.com" Date: Fri, 28 Aug 1998 02:50:17 +0000 Subject: [PATCH] deleteframe() now takes a pres context. --- layout/base/public/nsIFrame.h | 2 +- layout/generic/nsIFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/base/public/nsIFrame.h b/layout/base/public/nsIFrame.h index 49312d923f03..fbd1189668f3 100644 --- a/layout/base/public/nsIFrame.h +++ b/layout/base/public/nsIFrame.h @@ -278,7 +278,7 @@ public: * Deletes this frame and each of its child frames (recursively calls * DeleteFrame() for each child) */ - NS_IMETHOD DeleteFrame() = 0; + NS_IMETHOD DeleteFrame(nsIPresContext& aPresContext) = 0; /** * Get the content object associated with this frame. Adds a reference to diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h index 49312d923f03..fbd1189668f3 100644 --- a/layout/generic/nsIFrame.h +++ b/layout/generic/nsIFrame.h @@ -278,7 +278,7 @@ public: * Deletes this frame and each of its child frames (recursively calls * DeleteFrame() for each child) */ - NS_IMETHOD DeleteFrame() = 0; + NS_IMETHOD DeleteFrame(nsIPresContext& aPresContext) = 0; /** * Get the content object associated with this frame. Adds a reference to