mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add RawGeckoComputedKeyframeValuesList in build_gecko.rs.
This commit is contained in:
parent
be29e8db00
commit
b45e3f1011
4 changed files with 28 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue