mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Resync bindings
This commit is contained in:
parent
58aa6ce7ae
commit
a68f656e62
3 changed files with 1928 additions and 1176 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue