Bug 222772

Summary: [GPU Process] RemoteImageBuffer recording GraphicsContext should report its backend RenderingMode
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: CanvasAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, jonlee, rini_patel, simon.fraser, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 222728    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch none

Description Said Abou-Hallawa 2021-03-04 17:49:13 PST
Currently GraphicsContext::isCALayerContext() returns false for all RemoteImageBuffers. This disallows compositing the 2D canvas elements when UseGPUProcessForCanvasRenderingEnabled is on.
Comment 1 Said Abou-Hallawa 2021-03-04 17:53:45 PST
Created attachment 422316 [details]
Patch
Comment 2 Said Abou-Hallawa 2021-03-04 17:57:09 PST
*** Bug 220389 has been marked as a duplicate of this bug. ***
Comment 3 Radar WebKit Bug Importer 2021-03-04 17:58:18 PST
<rdar://problem/75070025>
Comment 4 Said Abou-Hallawa 2021-03-04 18:08:08 PST
Created attachment 422318 [details]
Patch
Comment 5 EWS 2021-03-05 02:18:32 PST
Committed r273956: <https://commits.webkit.org/r273956>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 422318 [details].