Bug 267406
| Summary: | [WPE] WPE Platform: wrong usage reported in DMABuf buffer formats under wayland | ||
|---|---|---|---|
| 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 | ||
| Bug Depends on: | |||
| Bug Blocks: | 265636 | ||
Carlos Garcia Campos
When there's more than one tranche, the flags for the next tranches are added to the previous one. This is because we are using std::move with the Tranche struct without defining a move constructor, so the flags member is not set to 0 after the move.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/22654
EWS
Committed 272911@main (75f18bf8d6d7): <https://commits.webkit.org/272911@main>
Reviewed commits have been landed. Closing PR #22654 and removing active labels.