further winmo (gfxFT2Fonts) bustage fix from bug 493280

This commit is contained in:
Jonathan Kew 2009-08-16 18:12:12 +01:00
parent e8277f0e68
commit 4081cee632

View File

@ -63,7 +63,8 @@ public:
FontEntry *FindFontEntry(const gfxFontStyle& aFontStyle);
protected:
virtual PRBool FindWeightsForStyle(gfxFontEntry* aFontsForWeights[], const gfxFontStyle& aFontStyle);
virtual PRBool FindWeightsForStyle(gfxFontEntry* aFontsForWeights[],
PRBool anItalic, PRInt16 aStretch);
public:
nsString mName;