mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move AnimationPropertySegment in a separate header and expose it in FFI.
This will be used for animation value composition in Rust.
This commit is contained in:
parent
97aacb242e
commit
68be131165
1 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,7 @@ mod bindings {
|
|||
.include(add_include("gfxFontConstants.h"))
|
||||
.include(add_include("nsThemeConstants.h"))
|
||||
.include(add_include("mozilla/dom/AnimationEffectReadOnlyBinding.h"))
|
||||
.include(add_include("mozilla/AnimationPropertySegment.h"))
|
||||
.include(add_include("mozilla/Keyframe.h"))
|
||||
.include(add_include("mozilla/ServoElementSnapshot.h"))
|
||||
.include(add_include("mozilla/dom/Element.h"))
|
||||
|
@ -308,6 +309,7 @@ mod bindings {
|
|||
];
|
||||
let whitelist = [
|
||||
"RawGecko.*",
|
||||
"mozilla::AnimationPropertySegment",
|
||||
"mozilla::ServoStyleSheet",
|
||||
"mozilla::ServoElementSnapshot.*",
|
||||
"mozilla::CSSPseudoClassType",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue