mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rename PositionOffsets to Position
This commit is contained in:
parent
841aef06e0
commit
281e385ab2
3 changed files with 17 additions and 17 deletions
|
@ -211,8 +211,8 @@ pub fn compute_damage(old: Option<&Arc<ServoComputedValues>>, new: &ServoCompute
|
|||
get_flex.flex_direction
|
||||
]) || add_if_not_equal!(old, new, damage,
|
||||
[ REPAINT, STORE_OVERFLOW, REFLOW_OUT_OF_FLOW ], [
|
||||
get_positionoffsets.top, get_positionoffsets.left,
|
||||
get_positionoffsets.right, get_positionoffsets.bottom
|
||||
get_position.top, get_position.left,
|
||||
get_position.right, get_position.bottom
|
||||
]) || add_if_not_equal!(old, new, damage,
|
||||
[ REPAINT ], [
|
||||
get_color.color, get_background.background_color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue