Bug 1460258 - Re-enable discarding of animated image frames. r=aosmond

This commit is contained in:
Andrew Osmond 2018-05-09 08:42:58 -04:00
Родитель c04589f5de
Коммит 14160ac3be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4511,7 +4511,7 @@ pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2
// The maximum size (in kB) that the aggregate frames of an animation can use
// before it starts to discard already displayed frames and redecode them as
// necessary.
pref("image.animated.decode-on-demand.threshold-kb", 4194303);
pref("image.animated.decode-on-demand.threshold-kb", 20480);
// The minimum number of frames we want to have buffered ahead of an
// animation's currently displayed frame.