Added GetFrameType() member function
git-svn-id: svn://10.0.0.236/trunk@20113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user