aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/gecko_bindings/bindings.rs13
1 files changed, 9 insertions, 4 deletions
diff --git a/components/style/gecko_bindings/bindings.rs b/components/style/gecko_bindings/bindings.rs
index 11bc35897ac..eb691fafedc 100644
--- a/components/style/gecko_bindings/bindings.rs
+++ b/components/style/gecko_bindings/bindings.rs
@@ -1303,13 +1303,18 @@ extern "C" {
-> RawServoDeclarationBlockStrong;
}
extern "C" {
- pub fn Servo_AnimationValues_GetOpacity(value:
- RawServoAnimationValueBorrowed)
+ pub fn Servo_AnimationValue_Serialize(value:
+ RawServoAnimationValueBorrowed,
+ property: nsCSSPropertyID,
+ buffer: *mut nsAString_internal);
+}
+extern "C" {
+ pub fn Servo_AnimationValue_GetOpacity(value: RawServoAnimationValueBorrowed)
-> f32;
}
extern "C" {
- pub fn Servo_AnimationValues_GetTransform(value: RawServoAnimationValueBorrowed,
- list: &mut RefPtr<nsCSSValueSharedList>);
+ pub fn Servo_AnimationValue_GetTransform(value: RawServoAnimationValueBorrowed,
+ list: &mut RefPtr<nsCSSValueSharedList>);
}
extern "C" {
pub fn Servo_ParseStyleAttribute(data: *const nsACString_internal)