Files
servo/components/layout
Oriol Brufau 44876ddf3a layout: Preserve cached layout results of undamaged descendants (#40797)
We were previously clearing the cached layout results when the element,
an ancestor, or a child had relayout damage. Now we will only clear the
cache if the relayout damage is in the element or a descendant.

Testing: Unneeded, no behavior change

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2025-11-21 19:54:48 +00:00
..