Resync bindings

This commit is contained in:
Manish Goregaokar 2017-02-21 09:44:17 -08:00
parent 58aa6ce7ae
commit a68f656e62
3 changed files with 1928 additions and 1176 deletions

View file

@ -1345,7 +1345,8 @@ extern "C" {
buffer: *mut nsAString_internal);
}
extern "C" {
pub fn Servo_AnimationValue_GetOpacity(value: RawServoAnimationValueBorrowed)
pub fn Servo_AnimationValue_GetOpacity(value:
RawServoAnimationValueBorrowed)
-> f32;
}
extern "C" {
@ -1571,7 +1572,8 @@ extern "C" {
extern "C" {
pub fn Servo_TraverseSubtree(root: RawGeckoElementBorrowed,
set: RawServoStyleSetBorrowed,
root_behavior: TraversalRootBehavior) -> bool;
root_behavior: TraversalRootBehavior)
-> bool;
}
extern "C" {
pub fn Servo_AssertTreeIsClean(root: RawGeckoElementBorrowed);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff