Bug 218865

Summary: [GPU Process] GraphicsContext::drawPattern() should take a NativeImage argument
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: CanvasAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, 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: 217342    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch
ews-feeder: commit-queue-
Patch none

Description Said Abou-Hallawa 2020-11-12 11:50:47 PST
This will allow recording the DisplayList item DrawPattern with the renderingResourceIdentifier of the NativeImage. When replaying it back, the renderingResourceIdentifier will be resolved to a NativeImage and the item will be applied the same way we for DrawNativeImage.
Comment 1 Said Abou-Hallawa 2020-11-12 11:59:42 PST
Created attachment 413960 [details]
Patch
Comment 2 Said Abou-Hallawa 2020-11-12 12:06:58 PST
Created attachment 413962 [details]
Patch
Comment 3 Said Abou-Hallawa 2020-11-12 12:13:14 PST
Created attachment 413964 [details]
Patch
Comment 4 EWS 2020-11-12 14:31:27 PST
Committed r269753: <https://trac.webkit.org/changeset/269753>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413964 [details].
Comment 5 Radar WebKit Bug Importer 2020-11-12 14:32:19 PST
<rdar://problem/71344323>