style: Introduce a generic way of gathering information from the cascade, and use it for viewport units.

This commit is contained in:
Emilio Cobos Álvarez 2016-08-12 16:30:35 -07:00
parent 40c04b4c6b
commit 9e88a495c8
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
12 changed files with 205 additions and 23 deletions

View file

@ -394,6 +394,7 @@ fn compute_style_for_animation_step(context: &SharedStyleContext,
false,
Some(previous_style),
None,
None,
context.error_reporter.clone());
computed
}