Although we originally thought this was needed for H.264 decoding, testing shows that this class is never used in WebKit flows, and is not needed. We should remove it.
<rdar://problem/70463873>
Created attachment 414302 [details] Patch
<rdar://problem/71470589>
This is actually: <rdar://problem/70463873>
Committed r269911: <https://trac.webkit.org/changeset/269911> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414302 [details].
I rolled this change out as part of this <https://trac.webkit.org/changeset/270061>. Instead, we will dynamically extend to WebContent when needed (eventually never), and grant access in GPU Process.
Created attachment 415306 [details] Patch
Comment on attachment 415306 [details] Patch R=me.
Committed r270418: <https://trac.webkit.org/changeset/270418> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415306 [details].