Bug 667663 - Silence MSVC warning by returning NULL if DWrite is disabled. r=bas

This commit is contained in:
Ryan VanderMeulen 2011-06-30 14:35:46 +02:00
parent 0482604dd9
commit 7676326719

View File

@ -455,6 +455,8 @@ gfxWindowsPlatform::GetScaledFontForFont(gfxFont *aFont)
return scaledFont;
}
return NULL;
}
already_AddRefed<gfxASurface>