mirror of
https://github.com/servo/servo.git
synced 2025-09-14 00:48:20 +01:00
Bug 1343753 - Add Servo_Property_IsAnimatable.
MozReview-Commit-ID: 343Md43bpij
This commit is contained in:
parent
9a3905f834
commit
51ad646c96
3 changed files with 22 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue