aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/build_gecko.rs
diff options
context:
space:
mode:
authorBrad Werth <bwerth@mozilla.com>2017-04-08 13:58:49 -0700
committerBrad Werth <werth@efn.org>2017-04-10 16:40:46 +0800
commitbfc7e847678d6e586c9780cb6ccc2a3c24d64e5e (patch)
treea4363958e8a6e1944cee982d4741e22f34afc490 /components/style/build_gecko.rs
parenta4605855f010b129e54ddcf950a6fa05979ae8c8 (diff)
downloadservo-bfc7e847678d6e586c9780cb6ccc2a3c24d64e5e.tar.gz
servo-bfc7e847678d6e586c9780cb6ccc2a3c24d64e5e.zip
Stylo: Add FFI interfaces for exposing style sources.
MozReview-Commit-ID: BlAb8sQ5WYl
Diffstat (limited to 'components/style/build_gecko.rs')
-rw-r--r--components/style/build_gecko.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/build_gecko.rs b/components/style/build_gecko.rs
index 85997cdb3c2..26f9c51bb4b 100644
--- a/components/style/build_gecko.rs
+++ b/components/style/build_gecko.rs
@@ -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)