Bug 244078
| Summary: | [WebGL] Allow GCGLSpan to be assigned. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebGL | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | dino, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P5 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | All | ||
| OS: | All | ||
Dan Glastonbury
Currently GCGLSpan can't be modified after construction. This leads to needing to wrap in a type with interior mutability, such as std::optional<>, if the span needs to be changed. Allowing assignment removes this wart.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/98818853>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/3445
EWS
Committed 253574@main (b237a7c11f6f): <https://commits.webkit.org/253574@main>
Reviewed commits have been landed. Closing PR #3445 and removing active labels.