mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Further changes required by Servo
This commit is contained in:
parent
8bb7d98f0c
commit
5c0f044d39
4 changed files with 26 additions and 4 deletions
|
@ -513,12 +513,14 @@ trait PrivateMatchMethods: TElement {
|
|||
Self::replace_single_rule_node(
|
||||
&context.shared,
|
||||
CascadeLevel::Transitions,
|
||||
LayerOrder::root(),
|
||||
declarations.transitions.as_ref().map(|a| a.borrow_arc()),
|
||||
&mut rule_node,
|
||||
);
|
||||
Self::replace_single_rule_node(
|
||||
&context.shared,
|
||||
CascadeLevel::Animations,
|
||||
LayerOrder::root(),
|
||||
declarations.animations.as_ref().map(|a| a.borrow_arc()),
|
||||
&mut rule_node,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue