Bug 1298588 part 10, servo piece. Pass through useful default styles to apply_declarations(). r=bholley

This commit is contained in:
Boris Zbarsky 2017-01-04 13:50:23 -05:00
parent 61f6025dc3
commit c826b18f87
4 changed files with 11 additions and 5 deletions

View file

@ -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,