Files
servo/ports/servoshell
Martin Robinson 36005aab82 servoshell: Always use ControlFlow::Wait on winit (#40715)
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>
2025-11-18 14:54:03 +00:00
..
2025-08-19 11:07:53 +00:00