mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule()
This commit is contained in:
parent
ecc818165f
commit
83a4935b60
6 changed files with 27 additions and 29 deletions
|
@ -466,7 +466,6 @@ mod bindings {
|
|||
"mozilla::DefaultDelete",
|
||||
"mozilla::Side",
|
||||
"mozilla::binding_danger::AssertAndSuppressCleanupPolicy",
|
||||
"RawServoAnimationValueMapBorrowed",
|
||||
"mozilla::LengthParsingMode",
|
||||
"mozilla::InheritTarget",
|
||||
];
|
||||
|
@ -636,7 +635,6 @@ mod bindings {
|
|||
"RawGeckoNode",
|
||||
"RawGeckoAnimationValueList",
|
||||
"RawServoAnimationValue",
|
||||
"RawServoAnimationValueMap",
|
||||
"RawServoDeclarationBlock",
|
||||
"RawServoStyleRule",
|
||||
"RawGeckoPresContext",
|
||||
|
@ -743,6 +741,7 @@ mod bindings {
|
|||
ServoOwnedType { name: "RawServoStyleSet", opaque: true },
|
||||
ServoOwnedType { name: "StyleChildrenIterator", opaque: true },
|
||||
ServoOwnedType { name: "ServoElementSnapshot", opaque: false },
|
||||
ServoOwnedType { name: "RawServoAnimationValueMap", opaque: true },
|
||||
];
|
||||
let servo_immutable_borrow_types = [
|
||||
"RawGeckoNode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue