зеркало из https://github.com/mozilla/gecko-dev.git
Bug 686905. Enable the pref image.mem.animated.discardable to allow discarding of animated images. r=aosmond
This commit is contained in:
Родитель
5e81f37a23
Коммит
4e95a79d21
|
@ -4512,7 +4512,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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче