Bug 281130
Summary: | [WPE] Improve buffer handling in HeadlessViewBackendFdo | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WPE WebKit | 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
It currently has a timer running every 16ms to check if there's any pending buffer to process. Instead of having the timer running even when there aren't pending buffers, we could start the timer only when a new buffer is pending and process it after 16ms since the previous one.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/34902
EWS
Committed 284961@main (eceb208b3be3): <https://commits.webkit.org/284961@main>
Reviewed commits have been landed. Closing PR #34902 and removing active labels.