mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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:
|
||||
ServoComputedValuesBorrowedOrNull,
|
||||
pseudo_tag: *mut nsIAtom,
|
||||
skip_display_fixup: bool,
|
||||
set:
|
||||
RawServoStyleSetBorrowed)
|
||||
-> ServoComputedValuesStrong;
|
||||
|
@ -2680,6 +2679,11 @@ extern "C" {
|
|||
ServoComputedValuesBorrowed)
|
||||
-> ServoComputedValuesStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ComputedValues_GetStyleBits(values:
|
||||
ServoComputedValuesBorrowed)
|
||||
-> u64;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ComputedValues_GetStyleRuleList(values:
|
||||
ServoComputedValuesBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue