mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
style: Record on a computed::Context whether we are computing a SMIL animated value.
This commit is contained in:
parent
30d6d6024b
commit
c81d62d36f
7 changed files with 37 additions and 3 deletions
|
@ -709,6 +709,7 @@ impl MaybeNew for ViewportConstraints {
|
|||
cached_system_font: None,
|
||||
in_media_query: false,
|
||||
quirks_mode: quirks_mode,
|
||||
for_smil_animation: false,
|
||||
};
|
||||
|
||||
// DEVICE-ADAPT § 9.3 Resolving 'extend-to-zoom'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue