Update bindings.

This commit is contained in:
Bobby Holley 2017-08-11 19:14:33 -07:00
parent 015a249afc
commit 657878d8a5
3 changed files with 65 additions and 73 deletions

View file

@ -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" {