Bug 303834
| Summary: | [GTK][WPE] Always use run loop observer to schedule rendering updates | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/55108
EWS
Committed 304174@main (73ff41556bf5): <https://commits.webkit.org/304174@main>
Reviewed commits have been landed. Closing PR #55108 and removing active labels.