mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Track the `PainterId` in the `RenderNotifier` and use it to ensure needs_repaint is set independently for each `Painter`. This allows us to post new frame notifications only to the painters that WebRender notified us about. Testing: Should be covered by existing tests. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>