mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update bindings.
This commit is contained in:
parent
015a249afc
commit
657878d8a5
3 changed files with 65 additions and 73 deletions
|
@ -2815,13 +2815,11 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed,
|
||||
flags: ServoTraversalFlags,
|
||||
was_restyled: *mut bool) -> nsChangeHint;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
|
||||
set: RawServoStyleSetBorrowed,
|
||||
flags: ServoTraversalFlags)
|
||||
set: RawServoStyleSetBorrowed)
|
||||
-> ServoStyleContextStrong;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue