Bug 261276
| Summary: | CanvasBase constructs the backing store as DisplayList::ImageBuffer in some cases | ||
|---|---|---|---|
| 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
CanvasBase constructs the backing store as DisplayList::ImageBuffer in some cases
- DisplayListDrawingEnabled is about render layer backing stores being display listed
- Context2D cannot support display lists, as putImageData is not supported and getImageData would need to flatten the list
- CanvasRenderingContex2DBase already has a setting to record display lists for CustomPaintCanvas
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/115116912>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/17545
EWS
Committed 267772@main (f64219027be9): <https://commits.webkit.org/267772@main>
Reviewed commits have been landed. Closing PR #17545 and removing active labels.