mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Call UpdateAnimations even if the element has no computed values.
This commit is contained in:
parent
c32ba98031
commit
f2c547aaaf
2 changed files with 10 additions and 4 deletions
|
@ -545,7 +545,7 @@ extern "C" {
|
|||
pub fn Gecko_UpdateAnimations(aElement: RawGeckoElementBorrowed,
|
||||
aPseudoTagOrNull: *mut nsIAtom,
|
||||
aComputedValues:
|
||||
ServoComputedValuesBorrowed,
|
||||
ServoComputedValuesBorrowedOrNull,
|
||||
aParentComputedValues:
|
||||
ServoComputedValuesBorrowedOrNull);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue