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:
Hiroyuki Ikezoe 2017-04-06 10:02:27 +09:00
parent 97aacb242e
commit 68be131165

View file

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