From f6b6825c31c4c2edd9970c9f38a2c7124b27bd43 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Wed, 28 Nov 2018 00:58:46 +0000 Subject: [PATCH] style: Run background-color animations on the compositor. Changes for nsIDOMWindowUtils.getOMTAValue is in the next commit with come test cases. Differential Revision: https://phabricator.services.mozilla.com/D13001 --- components/style/properties/longhands/background.mako.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/properties/longhands/background.mako.rs b/components/style/properties/longhands/background.mako.rs index aa44e1889de..934814567ba 100644 --- a/components/style/properties/longhands/background.mako.rs +++ b/components/style/properties/longhands/background.mako.rs @@ -15,7 +15,8 @@ ${helpers.predefined_type( animation_value_type="AnimatedColor", ignored_when_colors_disabled=True, allow_quirks=True, - flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER", + flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER \ + CAN_ANIMATE_ON_COMPOSITOR", )} ${helpers.predefined_type(