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" {
pub fn Servo_GetComputedKeyframeValues(keyframes:
RawGeckoKeyframeListBorrowed,
element: RawGeckoElementBorrowed,
style: ServoComputedValuesBorrowed,
parent_style:
ServoComputedValuesBorrowedOrNull,
set: RawServoStyleSetBorrowed,
result:
RawGeckoComputedKeyframeValuesListBorrowedMut);
@ -2208,11 +2207,10 @@ extern "C" {
-> RawServoDeclarationBlockStrong;
}
extern "C" {
pub fn Servo_AnimationValue_Compute(declarations:
pub fn Servo_AnimationValue_Compute(element: RawGeckoElementBorrowed,
declarations:
RawServoDeclarationBlockBorrowed,
style: ServoComputedValuesBorrowed,
parent_style:
ServoComputedValuesBorrowedOrNull,
raw_data: RawServoStyleSetBorrowed)
-> RawServoAnimationValueStrong;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff