mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Add a new super-lightweight layout mode that avoids any layout when canvas is updated or animated images progress to the next frame. In the future this can also be used for video elements. Testing: This is a performance optimization, so shouldn't change any WPT test results. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>