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:
Hiroyuki Ikezoe 2017-03-10 11:07:03 +09:00
parent 95b73b979e
commit d8f08b80e0
5 changed files with 24 additions and 0 deletions

View file

@ -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",