Bug 261027
Summary: | RemoteImageBufferProxy re-populates backend info after getting the backend handle | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | Canvas | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, dino, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=267262 | ||
Bug Depends on: | 261875 | ||
Bug Blocks: |
Kimmo Kinnunen
RemoteImageBufferProxy re-populates backend info after getting the backend handle
The code is structured as if it would make sense that
Caller calls RemoteImageBufferProxy::create<AcceleratedImageBufferShareableMappedBackend>
GPUP sends ShareableBitmap::Handle
It is better that the backend type being used during ImageBuffer creation is respected during didCreateBackend
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114816328>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/17341
EWS
Committed 268244@main (a76cf096e26a): <https://commits.webkit.org/268244@main>
Reviewed commits have been landed. Closing PR #17341 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 261875
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/18013
EWS
Committed 268251@main (50a0c40dacf6): <https://commits.webkit.org/268251@main>
Reviewed commits have been landed. Closing PR #18013 and removing active labels.