mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Backed out changeset b10e6ba9cbdb because gecko part had to be backed out. r=backout on a CLOSED TREE
Backs out https://github.com/servo/servo/pull/17796
This commit is contained in:
parent
fa34af609f
commit
b96d96d448
6 changed files with 10 additions and 18 deletions
|
@ -1047,9 +1047,8 @@ extern "C" {
|
|||
-> CSSPseudoElementType;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CalcStyleDifference(old_style: *const ServoStyleContext,
|
||||
new_style: *const ServoStyleContext,
|
||||
old_style_bits: u64,
|
||||
pub fn Gecko_CalcStyleDifference(oldstyle: *mut nsStyleContext,
|
||||
newstyle: ServoComputedValuesBorrowed,
|
||||
any_style_changed: *mut bool)
|
||||
-> nsChangeHint;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue