Bug 248415 - Create GraphicsClient for the graphics specific subset of ChromeClient that needs to be accessed from worker threads.
Summary: Create GraphicsClient for the graphics specific subset of ChromeClient that n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks: 244828
  Show dependency treegraph
 
Reported: 2022-11-28 13:06 PST by Matt Woodrow
Modified: 2022-11-28 17:36 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.