Bug 261276

Summary: CanvasBase constructs the backing store as DisplayList::ImageBuffer in some cases
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: CanvasAssignee: 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
Reported 2023-09-07 08:23:38 PDT
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
Radar WebKit Bug Importer
Comment 1 2023-09-07 08:24:43 PDT
Kimmo Kinnunen
Comment 2 2023-09-07 08:32:27 PDT
EWS
Comment 3 2023-09-07 23:45:44 PDT
Committed 267772@main (f64219027be9): <https://commits.webkit.org/267772@main> Reviewed commits have been landed. Closing PR #17545 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.