Currently, the creation of the dynamic IOKit sandbox extensions for the WebContent process is incorrectly using the same GPU runtime settings as when creating Media related dynamic mach-lookup extensions.
<rdar://problem/70066087>
Created attachment 410882 [details] Patch
Comment on attachment 410882 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=410882&action=review > Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:486 > + || !m_defaultPageGroup->preferences().captureVideoInGPUProcessEnabled() We can also capture in UIProcess, in which case we might not need the gpuIOKitExtensionHandles for capture purposes.
Created attachment 410948 [details] Patch
(In reply to youenn fablet from comment #3) > Comment on attachment 410882 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=410882&action=review > > > Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:486 > > + || !m_defaultPageGroup->preferences().captureVideoInGPUProcessEnabled() > > We can also capture in UIProcess, in which case we might not need the > gpuIOKitExtensionHandles for capture purposes. Thanks for reviewing! I have updated the patch.
Committed r268278: <https://trac.webkit.org/changeset/268278> All reviewed patches have been landed. Closing bug and clearing flags on attachment 410948 [details].