Bug 269353 - [WPE] Web Platform: implement WebPageProxy::callAfterNextPresentationUpdate
Summary: [WPE] Web Platform: implement WebPageProxy::callAfterNextPresentationUpdate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords:
Depends on:
Blocks: WPEPlatformAPI
  Show dependency treegraph
 
Reported: 2024-02-14 02:52 PST by Carlos Garcia Campos
Modified: 2024-02-15 03:53 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2024-02-14 02:52:35 PST
With the old API we just use a 0 seconds timer, but with the new API we can use the buffer-renderer signal of WPEView to actually call the callback after the next buffer is rendered. This will hopefully reduce the flakiness of ref tests.
Comment 1 Carlos Garcia Campos 2024-02-14 02:54:54 PST
Pull request: https://github.com/WebKit/WebKit/pull/24405
Comment 2 EWS 2024-02-15 03:53:03 PST
Committed 274710@main (1512e48affb3): <https://commits.webkit.org/274710@main>

Reviewed commits have been landed. Closing PR #24405 and removing active labels.