Update bindings.

This commit is contained in:
Hiroyuki Ikezoe 2017-06-02 10:29:59 +09:00
parent 4af88b137b
commit ac86d2d648
3 changed files with 1811 additions and 1758 deletions

View file

@ -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