Bug 1683753 - Don't use the bucketed shelf allocator for glyphs. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D100690
This commit is contained in:
Nicolas Silva 2021-01-07 09:25:34 +00:00
Родитель 6556e3b939
Коммит 9c3c59b547
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -235,7 +235,7 @@ struct SharedTextures {
alpha8_linear: AllocatorList<ShelfAllocator, TextureParameters>,
alpha16_linear: AllocatorList<SlabAllocator, TextureParameters>,
color8_linear: AllocatorList<ShelfAllocator, TextureParameters>,
color8_glyphs: AllocatorList<BucketedShelfAllocator, TextureParameters>,
color8_glyphs: AllocatorList<ShelfAllocator, TextureParameters>,
}
impl SharedTextures {