mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update bindings.
This commit is contained in:
parent
4af88b137b
commit
ac86d2d648
3 changed files with 1811 additions and 1758 deletions
|
@ -2120,9 +2120,8 @@ extern "C" {
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_GetComputedKeyframeValues(keyframes:
|
pub fn Servo_GetComputedKeyframeValues(keyframes:
|
||||||
RawGeckoKeyframeListBorrowed,
|
RawGeckoKeyframeListBorrowed,
|
||||||
|
element: RawGeckoElementBorrowed,
|
||||||
style: ServoComputedValuesBorrowed,
|
style: ServoComputedValuesBorrowed,
|
||||||
parent_style:
|
|
||||||
ServoComputedValuesBorrowedOrNull,
|
|
||||||
set: RawServoStyleSetBorrowed,
|
set: RawServoStyleSetBorrowed,
|
||||||
result:
|
result:
|
||||||
RawGeckoComputedKeyframeValuesListBorrowedMut);
|
RawGeckoComputedKeyframeValuesListBorrowedMut);
|
||||||
|
@ -2208,11 +2207,10 @@ extern "C" {
|
||||||
-> RawServoDeclarationBlockStrong;
|
-> RawServoDeclarationBlockStrong;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_AnimationValue_Compute(declarations:
|
pub fn Servo_AnimationValue_Compute(element: RawGeckoElementBorrowed,
|
||||||
|
declarations:
|
||||||
RawServoDeclarationBlockBorrowed,
|
RawServoDeclarationBlockBorrowed,
|
||||||
style: ServoComputedValuesBorrowed,
|
style: ServoComputedValuesBorrowed,
|
||||||
parent_style:
|
|
||||||
ServoComputedValuesBorrowedOrNull,
|
|
||||||
raw_data: RawServoStyleSetBorrowed)
|
raw_data: RawServoStyleSetBorrowed)
|
||||||
-> RawServoAnimationValueStrong;
|
-> RawServoAnimationValueStrong;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue