Bug 248415

Summary: Create GraphicsClient for the graphics specific subset of ChromeClient that needs to be accessed from worker threads.
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Layout and RenderingAssignee: Matt Woodrow <mattwoodrow>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 244828    

Description Matt Woodrow 2022-11-28 13:06:33 PST
Creates new subclass for HostWindow 'GraphicsClient', for the graphics specific subset. This currently only has createImageBuffer, but in the future will have other graphics-related WebKit functionality (like creating a WebGL context).
Comment 1 Radar WebKit Bug Importer 2022-11-28 13:06:47 PST
<rdar://problem/102730747>
Comment 2 Matt Woodrow 2022-11-28 13:16:50 PST
Pull request: https://github.com/WebKit/WebKit/pull/6875
Comment 3 EWS 2022-11-28 17:36:21 PST
Committed 257096@main (0192c42f090a): <https://commits.webkit.org/257096@main>

Reviewed commits have been landed. Closing PR #6875 and removing active labels.