mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Update Gecko bindings.
This commit is contained in:
parent
e8ffd9dbba
commit
69b839f22e
1 changed files with 7 additions and 0 deletions
|
@ -2684,6 +2684,13 @@ extern "C" {
|
|||
ServoComputedValuesBorrowed)
|
||||
-> u64;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ComputedValues_EqualCustomProperties(first:
|
||||
ServoComputedValuesBorrowed,
|
||||
second:
|
||||
ServoComputedValuesBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ComputedValues_GetStyleRuleList(values:
|
||||
ServoComputedValuesBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue