Bug 1343753 - Add Servo_Property_IsDiscreteAnimatable.

MozReview-Commit-ID: 5pMw7Wynv2q
This commit is contained in:
Boris Chiou 2017-04-12 16:32:11 +08:00
parent 2867bbcacc
commit 28db6788b1
3 changed files with 22 additions and 0 deletions

View file

@ -1684,6 +1684,10 @@ extern "C" {
nsCSSPropertyID)
-> RawServoAnimationValueStrong;
}
extern "C" {
pub fn Servo_Property_IsDiscreteAnimatable(property: nsCSSPropertyID)
-> bool;
}
extern "C" {
pub fn Servo_AnimationValues_Interpolate(from:
RawServoAnimationValueBorrowed,