mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Bug 1298588 part 10, servo piece. Pass through useful default styles to apply_declarations(). r=bholley
This commit is contained in:
parent
61f6025dc3
commit
c826b18f87
4 changed files with 11 additions and 5 deletions
|
@ -430,6 +430,7 @@ fn compute_style_for_animation_step(context: &SharedStyleContext,
|
|||
/* is_root = */ false,
|
||||
iter,
|
||||
previous_style,
|
||||
&context.default_computed_values,
|
||||
/* cascade_info = */ None,
|
||||
context.error_reporter.clone(),
|
||||
/* Metrics provider */ None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue