mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add AnimationValueMap and expose it in FFI.
Current Gecko composes all of effects in the composite order at once. We can put each computed value into this AnimationValueMap every time composing an effect.
This commit is contained in:
parent
ba18c14b91
commit
52bee9a4cf
6 changed files with 36 additions and 2 deletions
|
@ -421,6 +421,7 @@ mod bindings {
|
|||
"mozilla::Side",
|
||||
"mozilla::binding_danger::AssertAndSuppressCleanupPolicy",
|
||||
"RawServoAnimationValueBorrowedListBorrowed",
|
||||
"RawServoAnimationValueMapBorrowed",
|
||||
];
|
||||
let opaque_types = [
|
||||
"std::pair__PCCP",
|
||||
|
@ -541,6 +542,7 @@ mod bindings {
|
|||
"RawGeckoNode",
|
||||
"RawGeckoAnimationValueList",
|
||||
"RawServoAnimationValue",
|
||||
"RawServoAnimationValueMap",
|
||||
"RawServoDeclarationBlock",
|
||||
"RawGeckoPresContext",
|
||||
"RawGeckoPresContextOwned",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue