зеркало из https://github.com/mozilla/gecko-dev.git
bug 717175 - clear word cache earlier when expiring fonts. r=jdaggett
This commit is contained in:
Родитель
ffeeedb0b6
Коммит
254cc12f43
|
@ -1117,6 +1117,7 @@ gfxFontCache::NotifyReleased(gfxFont *aFont)
|
|||
void
|
||||
gfxFontCache::NotifyExpired(gfxFont *aFont)
|
||||
{
|
||||
aFont->ClearCachedWords();
|
||||
RemoveObject(aFont);
|
||||
DestroyFont(aFont);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче