зеркало из https://github.com/mozilla/pjs.git
Bug 666414 followup - Fix the Android build bustage
This commit is contained in:
Родитель
5800abae8b
Коммит
23308bb6e7
|
@ -62,7 +62,7 @@ anp_typeface_createFromName(const char name[], ANPTypefaceStyle aStyle)
|
|||
ANPTypeface* tf = new ANPTypeface;
|
||||
gfxAndroidPlatform * p = (gfxAndroidPlatform*)gfxPlatform::GetPlatform();
|
||||
nsRefPtr<gfxFont> font = gfxFT2Font::GetOrMakeFont(NS_ConvertASCIItoUTF16(name), &style);
|
||||
tf->mFont = font.forget();
|
||||
font.forget(&tf->mFont);
|
||||
if (tf->mFont) {
|
||||
++tf->mRefCnt;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче