mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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)
|
ServoComputedValuesBorrowed)
|
||||||
-> u64;
|
-> u64;
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_ComputedValues_EqualCustomProperties(first:
|
||||||
|
ServoComputedValuesBorrowed,
|
||||||
|
second:
|
||||||
|
ServoComputedValuesBorrowed)
|
||||||
|
-> bool;
|
||||||
|
}
|
||||||
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