From ce8534e1aa70df19cded8782076ccd0bea0b9385 Mon Sep 17 00:00:00 2001 From: Tetsuharu Ohzeki Date: Thu, 9 Sep 2021 09:23:35 +0000 Subject: [PATCH] Bug 1729824 - Remove unused layout.animated-image-layers.enabled. r=hiro,layout-reviewers,emilio Differential Revision: https://phabricator.services.mozilla.com/D125007 --- layout/reftests/invalidation/reftest.list | 4 ++-- modules/libpref/init/StaticPrefList.yaml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/layout/reftests/invalidation/reftest.list b/layout/reftests/invalidation/reftest.list index 60e6cdb2a360..3960d757b105 100644 --- a/layout/reftests/invalidation/reftest.list +++ b/layout/reftests/invalidation/reftest.list @@ -10,8 +10,8 @@ == 1243409-1.html 1243409-1-ref.html skip == test-image-layers.html test-image-layers-ref.html # Bug 1067360 skip == test-image-layers-multiple-displayitem.html test-image-layers-ref.html # Bug 1067360 -pref(layout.animated-image-layers.enabled,true) skip-if(gtkWidget) == test-animated-image-layers.html test-animated-image-layers-ref.html -pref(layout.animated-image-layers.enabled,true) skip-if(gtkWidget) == test-animated-image-layers-background.html test-animated-image-layers-ref.html +skip-if(gtkWidget) == test-animated-image-layers.html test-animated-image-layers-ref.html +skip-if(gtkWidget) == test-animated-image-layers-background.html test-animated-image-layers-ref.html == box-shadow-border-radius.html box-shadow-border-radius-ref.html == filter-userspace-offset.svg?offsetContainer=rect filter-userspace-offset.svg == filter-userspace-offset.svg?offsetContainer=use filter-userspace-offset.svg diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 89af2194e99a..4eabc6ee7df9 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -6682,12 +6682,6 @@ value: false mirror: always -# Whether we should layerize all animated images (if otherwise possible). -- name: layout.animated-image-layers.enabled - type: bool - value: false - mirror: always - # One of several prefs affecting the maximum area to pre-render when animating # a large element on the compositor. # This pref enables transform (and transform like properties) animations on a