Files
servo/components/shared/compositing
Mukilan Thiyagarajan 0e7bdf772e compositor: Make new frame notifications per Painter (#40309)
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>
2025-10-31 14:45:52 +00:00
..