Cleanup font usage in form input controls, b=251637, r=jshin, sr=bzbarsky

This commit is contained in:
rbs@maths.uq.edu.au
2004-07-21 01:05:44 +00:00
parent a0611b5dab
commit 6026676857
32 changed files with 26 additions and 338 deletions
@@ -568,13 +568,6 @@ nsHTMLButtonControlFrame::GetSkipSides() const
return 0;
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::GetFont(nsIPresContext* aPresContext,
const nsFont*& aFont)
{
return nsFormControlHelper::GetFont(this, aPresContext, mStyleContext, aFont);
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::GetFormContent(nsIContent*& aContent) const
{