Bug 273678
Summary: | ImageBuffer should not have canMapBackingStore | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | Canvas | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | 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=273825 | ||
Bug Depends on: | 273822, 273825 | ||
Bug Blocks: | 273622 |
Kimmo Kinnunen
ImageBuffer should not have canMapBackingStore.
It ties the RemoteImageBufferProxy::create<Backend>() to the Backend, but GPUP is the one that decides which Backend is appropriate.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127482725>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/28089
EWS
Committed 278445@main (8d2e51d04796): <https://commits.webkit.org/278445@main>
Reviewed commits have been landed. Closing PR #28089 and removing active labels.
Jonathan Bedard
Reopened Bugzilla.
Broke the visionOS build, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=273822.
Kimmo Kinnunen
Build break fixed in bug 273825