mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
style: Update Gecko bindings.
This commit is contained in:
parent
914ba609c0
commit
e12294b00a
1 changed files with 3 additions and 2 deletions
|
@ -1041,8 +1041,9 @@ extern "C" {
|
||||||
-> CSSPseudoElementType;
|
-> CSSPseudoElementType;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_CalcStyleDifference(oldstyle: *mut nsStyleContext,
|
pub fn Gecko_CalcStyleDifference(old_style: *const ServoStyleContext,
|
||||||
newstyle: ServoComputedValuesBorrowed,
|
new_style: *const ServoStyleContext,
|
||||||
|
old_style_bits: u64,
|
||||||
any_style_changed: *mut bool)
|
any_style_changed: *mut bool)
|
||||||
-> nsChangeHint;
|
-> nsChangeHint;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue