From 152ef2e042d7a49d6d85540f8b60587bf1dd15d2 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Fri, 4 Jan 2019 07:21:32 +0000 Subject: [PATCH] style: Drop layout.css.background-blend-mode.enabled pref. It was enabled by default in bug 970600. Differential Revision: https://phabricator.services.mozilla.com/D15708 --- components/style/properties/longhands/background.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/background.mako.rs b/components/style/properties/longhands/background.mako.rs index 934814567ba..b97545898c2 100644 --- a/components/style/properties/longhands/background.mako.rs +++ b/components/style/properties/longhands/background.mako.rs @@ -108,7 +108,6 @@ ${helpers.single_keyword( color-burn hard-light soft-light difference exclusion hue saturation color luminosity""", gecko_constant_prefix="NS_STYLE_BLEND", - gecko_pref="layout.css.background-blend-mode.enabled", vector=True, products="gecko", animation_value_type="discrete", spec="https://drafts.fxtf.org/compositing/#background-blend-mode", flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",