Add RawGeckoComputedKeyframeValuesList in build_gecko.rs.

This commit is contained in:
Hiroyuki Ikezoe 2017-02-23 10:28:41 +09:00
parent be29e8db00
commit b45e3f1011
4 changed files with 28 additions and 0 deletions

View file

@ -531,6 +531,7 @@ mod bindings {
"RawGeckoDocument",
"RawGeckoElement",
"RawGeckoKeyframeList",
"RawGeckoComputedKeyframeValuesList",
"RawGeckoNode",
"RawGeckoAnimationValueList",
"RawServoAnimationValue",
@ -638,6 +639,7 @@ mod bindings {
"nsCSSValue",
"RawGeckoAnimationValueList",
"RawGeckoKeyframeList",
"RawGeckoComputedKeyframeValuesList",
];
for &ty in structs_types.iter() {
builder = builder.hide_type(ty)