mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update bindings.
This commit is contained in:
parent
dddea0cd94
commit
0053efb154
4 changed files with 2029 additions and 2392 deletions
|
@ -2709,8 +2709,9 @@ extern "C" {
|
|||
change_hint: nsChangeHint);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed)
|
||||
-> nsChangeHint;
|
||||
pub fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed,
|
||||
restyle_behavior: TraversalRestyleBehavior,
|
||||
was_restyled: *mut bool) -> nsChangeHint;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue