зеркало из https://github.com/mozilla/pjs.git
bug 548863 - eliminate warning about CreateFontInstance on mobile. r=jdaggett
This commit is contained in:
Родитель
a51aae9fe4
Коммит
ea9c099682
|
@ -1428,7 +1428,7 @@ gfxFontGroup::BuildFontList()
|
|||
{
|
||||
// "#if" to be removed once all platforms are moved to gfxPlatformFontList interface
|
||||
// and subclasses of gfxFontGroup eliminated
|
||||
#if defined(XP_MACOSX) || defined(XP_WIN)
|
||||
#if defined(XP_MACOSX) || (defined(XP_WIN) && !defined(WINCE))
|
||||
ForEachFont(FindPlatformFont, this);
|
||||
|
||||
if (mFonts.Length() == 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче