Call UpdateAnimations even if the element has no computed values.

This commit is contained in:
Hiroyuki Ikezoe 2017-03-10 11:30:57 +09:00
parent c32ba98031
commit f2c547aaaf
2 changed files with 10 additions and 4 deletions

View file

@ -545,7 +545,7 @@ extern "C" {
pub fn Gecko_UpdateAnimations(aElement: RawGeckoElementBorrowed,
aPseudoTagOrNull: *mut nsIAtom,
aComputedValues:
ServoComputedValuesBorrowed,
ServoComputedValuesBorrowedOrNull,
aParentComputedValues:
ServoComputedValuesBorrowedOrNull);
}