Stylo: Add FFI interfaces for exposing style sources.

MozReview-Commit-ID: BlAb8sQ5WYl
This commit is contained in:
Brad Werth 2017-04-08 13:58:49 -07:00 committed by Brad Werth
parent a4605855f0
commit bfc7e84767
6 changed files with 59 additions and 6 deletions

View file

@ -614,9 +614,11 @@ mod bindings {
"RawServoAnimationValue",
"RawServoAnimationValueMap",
"RawServoDeclarationBlock",
"RawServoStyleRule",
"RawGeckoPresContext",
"RawGeckoPresContextOwned",
"RawGeckoStyleAnimationList",
"RawGeckoServoStyleRuleList",
"RawGeckoURLExtraData",
"RefPtr",
"CSSPseudoClassType",
@ -731,6 +733,7 @@ mod bindings {
"RawGeckoKeyframeList",
"RawGeckoComputedKeyframeValuesList",
"RawGeckoFontFaceRuleList",
"RawGeckoServoStyleRuleList",
];
for &ty in structs_types.iter() {
builder = builder.hide_type(ty)