mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update binding file.
This commit is contained in:
parent
6a12de1c1a
commit
1362ba5f3c
1 changed files with 5 additions and 1 deletions
|
@ -2663,7 +2663,6 @@ extern "C" {
|
||||||
pub fn Servo_ComputedValues_GetForAnonymousBox(parent_style_or_null:
|
pub fn Servo_ComputedValues_GetForAnonymousBox(parent_style_or_null:
|
||||||
ServoComputedValuesBorrowedOrNull,
|
ServoComputedValuesBorrowedOrNull,
|
||||||
pseudo_tag: *mut nsIAtom,
|
pseudo_tag: *mut nsIAtom,
|
||||||
skip_display_fixup: bool,
|
|
||||||
set:
|
set:
|
||||||
RawServoStyleSetBorrowed)
|
RawServoStyleSetBorrowed)
|
||||||
-> ServoComputedValuesStrong;
|
-> ServoComputedValuesStrong;
|
||||||
|
@ -2680,6 +2679,11 @@ extern "C" {
|
||||||
ServoComputedValuesBorrowed)
|
ServoComputedValuesBorrowed)
|
||||||
-> ServoComputedValuesStrong;
|
-> ServoComputedValuesStrong;
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_ComputedValues_GetStyleBits(values:
|
||||||
|
ServoComputedValuesBorrowed)
|
||||||
|
-> u64;
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_ComputedValues_GetStyleRuleList(values:
|
pub fn Servo_ComputedValues_GetStyleRuleList(values:
|
||||||
ServoComputedValuesBorrowed,
|
ServoComputedValuesBorrowed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue