Bug 1343753 - Add Servo_Animationvalues_IsInterpolable.

MozReview-Commit-ID: gaj9lJ7NYV
This commit is contained in:
Boris Chiou 2017-04-12 16:27:59 +08:00
parent 4a1b812ee4
commit 2867bbcacc
2 changed files with 16 additions and 0 deletions

View file

@ -1692,6 +1692,13 @@ extern "C" {
progress: f64)
-> RawServoAnimationValueStrong;
}
extern "C" {
pub fn Servo_AnimationValues_IsInterpolable(from:
RawServoAnimationValueBorrowed,
to:
RawServoAnimationValueBorrowed)
-> bool;
}
extern "C" {
pub fn Servo_AnimationValue_Serialize(value:
RawServoAnimationValueBorrowed,