mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Nowadays the renderer will always wake up the event loop when it needs to paint a new frame, so we can always use `ControlFlow::Wait`. This should be a more efficient way to run animations. Testing: This should not change behavior, but should make servoshell a bit more efficient. Closes: #21855 Signed-off-by: Martin Robinson <mrobinson@igalia.com>