add form frames to debug reflow bug 115096 r=karnaze sr=attinasi
This commit is contained in:
@@ -214,6 +214,14 @@ nsHTMLButtonControlFrame::GetDefaultLabel(nsString& aString)
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLButtonControlFrame::GetFrameType(nsIAtom** aType) const
|
||||
{
|
||||
NS_PRECONDITION(nsnull != aType, "null OUT parameter pointer");
|
||||
*aType = nsLayoutAtoms::htmlButtonFrame;
|
||||
NS_ADDREF(*aType);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLButtonControlFrame::GetType(PRInt32* aType) const
|
||||
|
||||
Reference in New Issue
Block a user