Bug 1343753 - Add Servo_Property_IsAnimatable.

MozReview-Commit-ID: 343Md43bpij
This commit is contained in:
Boris Chiou 2017-04-12 16:38:01 +08:00
parent 9a3905f834
commit 51ad646c96
3 changed files with 22 additions and 0 deletions

View file

@ -1686,6 +1686,9 @@ extern "C" {
nsCSSPropertyID)
-> RawServoAnimationValueStrong;
}
extern "C" {
pub fn Servo_Property_IsAnimatable(property: nsCSSPropertyID) -> bool;
}
extern "C" {
pub fn Servo_Property_IsDiscreteAnimatable(property: nsCSSPropertyID)
-> bool;