RESOLVED FIXED303834
[GTK][WPE] Always use run loop observer to schedule rendering updates
https://bugs.webkit.org/show_bug.cgi?id=303834
Summary [GTK][WPE] Always use run loop observer to schedule rendering updates
Carlos Garcia Campos
Reported 2025-12-09 06:30:04 PST
Now that we use a run loop observer for the did composite notification, we can just schedule the rendering update from didComposite, instead of directly calling updateRendering(). This ensures update renderings are always scheduled the same way.
Attachments
Carlos Garcia Campos
Comment 1 2025-12-09 06:35:34 PST
EWS
Comment 2 2025-12-09 12:41:56 PST
Committed 304174@main (73ff41556bf5): <https://commits.webkit.org/304174@main> Reviewed commits have been landed. Closing PR #55108 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.