mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Reconstruct flows if the 'clear' property changes.
This is necessary because the CLEARS_LEFT and CLEARS_RIGHT flags are set during flow construction.
This commit is contained in:
parent
a9fea0653a
commit
f01e1da01e
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ fn compute_damage(old: &ServoComputedValues, new: &ServoComputedValues) -> Servo
|
|||
add_if_not_equal!(old, new, damage,
|
||||
[REPAINT, REPOSITION, STORE_OVERFLOW, BUBBLE_ISIZES, REFLOW_OUT_OF_FLOW,
|
||||
REFLOW, RECONSTRUCT_FLOW], [
|
||||
get_box.float, get_box.display, get_box.position, get_counters.content,
|
||||
get_box.clear, get_box.float, get_box.display, get_box.position, get_counters.content,
|
||||
get_counters.counter_reset, get_counters.counter_increment,
|
||||
get_inheritedbox._servo_under_display_none,
|
||||
get_list.quotes, get_list.list_style_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue