style: Update Gecko bindings.

This commit is contained in:
Cameron McCormack 2017-07-20 13:08:41 +08:00
parent 914ba609c0
commit e12294b00a

View file

@ -1041,8 +1041,9 @@ extern "C" {
-> CSSPseudoElementType;
}
extern "C" {
pub fn Gecko_CalcStyleDifference(oldstyle: *mut nsStyleContext,
newstyle: ServoComputedValuesBorrowed,
pub fn Gecko_CalcStyleDifference(old_style: *const ServoStyleContext,
new_style: *const ServoStyleContext,
old_style_bits: u64,
any_style_changed: *mut bool)
-> nsChangeHint;
}