added content state changed notification

This commit is contained in:
peterl@netscape.com
1999-09-10 05:52:23 +00:00
parent ef9653548f
commit 9e5290fa61
4 changed files with 22 additions and 0 deletions

View File

@@ -1154,6 +1154,14 @@ nsFrame::AttributeChanged(nsIPresContext* aPresContext,
return NS_OK;
}
NS_IMETHODIMP
nsFrame::ContentStateChanged(nsIPresContext* aPresContext,
nsIContent* aChild,
PRInt32 aHint)
{
return NS_OK;
}
// Flow member functions
NS_IMETHODIMP nsFrame::IsSplittable(nsSplittableType& aIsSplittable) const