mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
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>