mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
stylo: Remove usage of ServoComputedValues from most Gecko code
This commit is contained in:
parent
3c3e4399da
commit
cca0eacf80
5 changed files with 2 additions and 23 deletions
|
@ -53,8 +53,8 @@ impl GeckoRestyleDamage {
|
|||
) -> StyleDifference {
|
||||
let mut any_style_changed: bool = false;
|
||||
let hint = unsafe {
|
||||
bindings::Gecko_CalcStyleDifference(old_style.as_style_context(),
|
||||
new_style.as_style_context(),
|
||||
bindings::Gecko_CalcStyleDifference(old_style,
|
||||
new_style,
|
||||
source.mBits,
|
||||
&mut any_style_changed)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue