mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15: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
|
@ -60,8 +60,7 @@ impl HeapSizeOf for ServoRestyleDamage {
|
|||
impl ServoRestyleDamage {
|
||||
/// Compute the `StyleDifference` (including the appropriate restyle damage)
|
||||
/// for a given style change between `old` and `new`.
|
||||
pub fn compute_style_difference(_source: &ComputedValues,
|
||||
old: &ComputedValues,
|
||||
pub fn compute_style_difference(old: &ComputedValues,
|
||||
new: &ComputedValues)
|
||||
-> StyleDifference {
|
||||
let damage = compute_damage(old, new);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue