Added GetFrameType() member function

git-svn-id: svn://10.0.0.236/trunk@20113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-02-09 05:44:13 +00:00
parent 5b4c0b3c70
commit 90c9d94a64
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