Restore application of font size inflation to radios and checkboxes. (Bug 757937) r=roc

This commit is contained in:
L. David Baron
2012-06-04 16:26:30 -07:00
parent 5fd526366b
commit c13ac7ddc4
4 changed files with 15 additions and 1 deletions

View File

@@ -25,6 +25,12 @@ nsFormControlFrame::~nsFormControlFrame()
{
}
nsIAtom*
nsFormControlFrame::GetType() const
{
return nsGkAtoms::formControlFrame;
}
void
nsFormControlFrame::DestroyFrom(nsIFrame* aDestructRoot)
{