Autogenerate compute_damage (fixes #10622)

This commit is contained in:
Manish Goregaokar 2018-02-08 15:42:07 -08:00
parent cd663ea332
commit 8c2b7b41ef
19 changed files with 177 additions and 170 deletions

View file

@ -11,7 +11,8 @@ ${helpers.predefined_type("content",
"computed::Content::normal()",
initial_specified_value="specified::Content::normal()",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-content/#propdef-content")}
spec="https://drafts.csswg.org/css-content/#propdef-content",
servo_restyle_damage="rebuild_and_reflow")}
${helpers.predefined_type(
"counter-increment",
@ -19,6 +20,7 @@ ${helpers.predefined_type(
initial_value="Default::default()",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-lists/#propdef-counter-increment",
servo_restyle_damage="rebuild_and_reflow"
)}
${helpers.predefined_type(
@ -27,4 +29,5 @@ ${helpers.predefined_type(
initial_value="Default::default()",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-lists-3/#propdef-counter-reset",
servo_restyle_damage="rebuild_and_reflow"
)}