diff options
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index 93e7df0f4d0..cc0989ddab1 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -1047,8 +1047,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; } |