Added GetFrameType() member function

This commit is contained in:
troy@netscape.com
1999-02-09 05:44:13 +00:00
parent 3948db8f2e
commit 2c8f46e6c4
6 changed files with 30 additions and 0 deletions

View File

@@ -1501,6 +1501,13 @@ NS_IMETHODIMP nsFrame::GetWindow(nsIWidget*& aWindow) const
return NS_OK;
}
NS_IMETHODIMP
nsFrame::GetFrameType(nsIAtom*& aType) const
{
aType = nsnull;
return NS_OK;
}
void
nsFrame::Invalidate(const nsRect& aDamageRect,
PRBool aImmediate) const