Bug 686905. Enable the pref image.mem.animated.discardable to allow discarding of animated images. r=aosmond

This commit is contained in:
Timothy Nikkel 2017-03-28 01:12:24 -05:00
Родитель 90cfaab28d
Коммит 6b9305b646
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4501,7 +4501,7 @@ pref("image.mem.discardable", true);
// Discards inactive image frames of _animated_ images and re-decodes them on
// demand from compressed data. Has no effect if image.mem.discardable is false.
pref("image.mem.animated.discardable", false);
pref("image.mem.animated.discardable", true);
// Decodes images into shared memory to allow direct use in separate
// rendering processes.