Moved ContentChanged() logic to nsFrame since it was completely generic and

serves as reasonable default behavior for all frames


git-svn-id: svn://10.0.0.236/trunk@1304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy
1998-05-08 16:34:27 +00:00
parent f8e3f6b0a7
commit a447ffcc90
4 changed files with 0 additions and 36 deletions

View File

@@ -51,11 +51,6 @@ public:
nsIContent* aChild,
PRInt32 aIndexInParent);
NS_IMETHOD ContentChanged(nsIPresShell* aShell,
nsIPresContext* aPresContext,
nsIContent* aChild,
nsISupports* aSubContent);
protected:
virtual ~nsHTMLContainerFrame();