Backed out changeset 6bd536e0571d (bug 686905)

This commit is contained in:
Timothy Nikkel 2017-03-28 03:06:57 -05:00
Родитель d384f4f53a
Коммит be03cf37a5
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", true);
pref("image.mem.animated.discardable", false);
// Decodes images into shared memory to allow direct use in separate
// rendering processes.