diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-20 17:26:53 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-20 17:26:53 +0200 |
commit | ef4fbfaa6b1ca0a2454cdfab5004e252fd55ece4 (patch) | |
tree | 2f81f70a511f4c9f4d99c4d4452ebede2fcb3968 /components/style/gecko/generated/bindings.rs | |
parent | 3d3f30a3f923267f7214f6b287eaaedcf4cfffd8 (diff) | |
download | servo-ef4fbfaa6b1ca0a2454cdfab5004e252fd55ece4.tar.gz servo-ef4fbfaa6b1ca0a2454cdfab5004e252fd55ece4.zip |
Revert "Backed out changeset b10e6ba9cbdb because gecko part had to be backed out."
This reverts commit b96d96d448c8ff93f212f225013461999540a5d0.
The fix on the Gecko side is trivial, and I can land it after this lands.
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; } |