Bug 253064
| Summary: | ImageBufferBackend has functions marked as const when they are not that in practice | ||
|---|---|---|---|
| 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 | ||
Kimmo Kinnunen
ImageBufferBackend has functions marked as const when they are not that in practice
The object is expected to hold caches and do lazy instantiation. It's not useful to mark the abstract methods const with these expectations.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106020570>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/10786
EWS
Committed 260988@main (fc59b09d8313): <https://commits.webkit.org/260988@main>
Reviewed commits have been landed. Closing PR #10786 and removing active labels.