From 046006426adc8ed8043693034dbd3dc6fac23896 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Wed, 5 Aug 1998 22:08:33 +0000 Subject: [PATCH] Added decls for framesets --- layout/generic/nsHTMLParts.h | 12 ++++++++++++ layout/html/base/src/nsHTMLParts.h | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/layout/generic/nsHTMLParts.h b/layout/generic/nsHTMLParts.h index d9fc8429278..02fdd8d5d23 100644 --- a/layout/generic/nsHTMLParts.h +++ b/layout/generic/nsHTMLParts.h @@ -186,4 +186,16 @@ extern nsresult NS_NewObjectFrame(nsIFrame*& aFrameResult, nsIContent* aContent, nsIFrame* aParentFrame); +extern nsresult +NS_NewHTMLIFrame(nsIHTMLContent** aInstancePtrResult, + nsIAtom* aTag, nsIWebShell* aWebShell); + +extern nsresult +NS_NewHTMLFrame(nsIHTMLContent** aInstancePtrResult, + nsIAtom* aTag, nsIWebShell* aWebShell); + +extern nsresult +NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult, + nsIAtom* aTag, nsIWebShell* aWebShell); + #endif /* nsHTMLParts_h___ */ diff --git a/layout/html/base/src/nsHTMLParts.h b/layout/html/base/src/nsHTMLParts.h index d9fc8429278..02fdd8d5d23 100644 --- a/layout/html/base/src/nsHTMLParts.h +++ b/layout/html/base/src/nsHTMLParts.h @@ -186,4 +186,16 @@ extern nsresult NS_NewObjectFrame(nsIFrame*& aFrameResult, nsIContent* aContent, nsIFrame* aParentFrame); +extern nsresult +NS_NewHTMLIFrame(nsIHTMLContent** aInstancePtrResult, + nsIAtom* aTag, nsIWebShell* aWebShell); + +extern nsresult +NS_NewHTMLFrame(nsIHTMLContent** aInstancePtrResult, + nsIAtom* aTag, nsIWebShell* aWebShell); + +extern nsresult +NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult, + nsIAtom* aTag, nsIWebShell* aWebShell); + #endif /* nsHTMLParts_h___ */