mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement Gecko_StyleAnimationsEquals for checking nsStyleAutoArray<StyleAnimation> equality in servo side.
Later we update CSS animations if this function returns false.
This commit is contained in:
parent
95b73b979e
commit
d8f08b80e0
5 changed files with 24 additions and 0 deletions
|
@ -539,6 +539,7 @@ mod bindings {
|
|||
"RawServoDeclarationBlock",
|
||||
"RawGeckoPresContext",
|
||||
"RawGeckoPresContextOwned",
|
||||
"RawGeckoStyleAnimationList",
|
||||
"GeckoParserExtraData",
|
||||
"RefPtr",
|
||||
"ThreadSafeURIHolder",
|
||||
|
@ -636,6 +637,7 @@ mod bindings {
|
|||
"RawGeckoDocument",
|
||||
"RawServoDeclarationBlockStrong",
|
||||
"RawGeckoPresContext",
|
||||
"RawGeckoStyleAnimationList",
|
||||
];
|
||||
let servo_borrow_types = [
|
||||
"nsCSSValue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue