Bug 253885
| Summary: | WebGLRenderingContextBase texImageSource HTMLCanvasElement implementation unable to share code with OffscreenCanvas | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebGL | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 253886 | ||
Kimmo Kinnunen
WebGLRenderingContextBase texImageSource CanvasRenderingContext2D implementation unable to share code with OffscreenCanvas
The texImageSourceHelper invokes the std::variant cases directly inside the function body, making it difficult to share CanvasRenderingContext2D and OffscreenCanvas base implementation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106699408>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/11494
EWS
Committed 261678@main (23d40f46815d): <https://commits.webkit.org/261678@main>
Reviewed commits have been landed. Closing PR #11494 and removing active labels.