Bug 244752
| Summary: | [WebGL] Reinstate const only access to GCGLSpan buffer size | ||
|---|---|---|---|
| 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: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | All | ||
| OS: | All | ||
Dan Glastonbury
To allow GCGLSpan to be assigned, Bug 244078 removed const qualifier from `bufSize`. Add accessor methods to restore const access and allow GCGLSpan to be assignable.
This would also path the way for switching to `WTF::Span` at some point.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99514068>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/3985
EWS
Committed 254207@main (dc198777974b): <https://commits.webkit.org/254207@main>
Reviewed commits have been landed. Closing PR #3985 and removing active labels.