mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Autogenerate compute_damage (fixes #10622)
This commit is contained in:
parent
cd663ea332
commit
8c2b7b41ef
19 changed files with 177 additions and 170 deletions
|
@ -12,7 +12,8 @@ ${helpers.predefined_type("opacity",
|
|||
"1.0",
|
||||
animation_value_type="ComputedValue",
|
||||
flags="CREATES_STACKING_CONTEXT APPLIES_TO_PLACEHOLDER",
|
||||
spec="https://drafts.csswg.org/css-color/#opacity")}
|
||||
spec="https://drafts.csswg.org/css-color/#opacity",
|
||||
servo_restyle_damage = "reflow_out_of_flow")}
|
||||
|
||||
${helpers.predefined_type(
|
||||
"box-shadow",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue