Bug 261027 - RemoteImageBufferProxy re-populates backend info after getting the backend handle
Summary: RemoteImageBufferProxy re-populates backend info after getting the backend ha...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on: 261875
Blocks:
  Show dependency treegraph
 
Reported: 2023-09-01 04:58 PDT by Kimmo Kinnunen
Modified: 2024-01-09 00:10 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2023-09-01 04:58:01 PDT
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
Comment 1 Radar WebKit Bug Importer 2023-09-01 04:58:26 PDT
<rdar://problem/114816328>
Comment 2 Kimmo Kinnunen 2023-09-01 05:02:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17341
Comment 3 EWS 2023-09-21 02:50:23 PDT
Committed 268244@main (a76cf096e26a): <https://commits.webkit.org/268244@main>

Reviewed commits have been landed. Closing PR #17341 and removing active labels.
Comment 4 WebKit Commit Bot 2023-09-21 05:40:49 PDT
Re-opened since this is blocked by bug 261875
Comment 5 Kimmo Kinnunen 2023-09-21 05:56:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18013
Comment 6 EWS 2023-09-21 07:25:19 PDT
Committed 268251@main (50a0c40dacf6): <https://commits.webkit.org/268251@main>

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