Expose GraphicsClient through ScriptExecutionContext All DOM objects that construct graphics objects must do so via a factory that is able to create graphics objects (either local or remote). This factory interface is GraphicsClient. The objects obtain the instance via ScriptExecutionContext, either: - Document (so page->chrome) - WorkerGlobalScope (so WorkerClient)
<rdar://problem/115108907>
Pull request: https://github.com/WebKit/WebKit/pull/17537
Committed 267938@main (a8f55217363b): <https://commits.webkit.org/267938@main> Reviewed commits have been landed. Closing PR #17537 and removing active labels.