mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Add Servo_AnimationValue_Transform which creates an AnimationValue of transform.
This commit is contained in:
parent
f02bd01add
commit
1f5551c397
4 changed files with 46 additions and 12 deletions
|
@ -2628,6 +2628,10 @@ extern "C" {
|
|||
list:
|
||||
*mut RefPtr<nsCSSValueSharedList>);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_AnimationValue_Transform(list: *const nsCSSValueSharedList)
|
||||
-> RawServoAnimationValueStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_AnimationValue_DeepEqual(arg1:
|
||||
RawServoAnimationValueBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue