mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
style: Part 2. Use Device for parameter instead of CssEnvironment.
CssEnvironment always is in Device, so use Device as parameter instead of CssEnvironment. Differential Revision: https://phabricator.services.mozilla.com/D52507
This commit is contained in:
parent
c5bd98354d
commit
80a1b64384
5 changed files with 31 additions and 30 deletions
|
@ -507,7 +507,7 @@ impl AnimationValue {
|
|||
declaration.id,
|
||||
custom_properties,
|
||||
context.quirks_mode,
|
||||
context.device().environment(),
|
||||
context.device(),
|
||||
)
|
||||
};
|
||||
return AnimationValue::from_declaration(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue