The GPUProcess should only launch when it is needed. This avoids wasting memory on simple pages, especially until we enable "DOM rendering in GPU Process".
Created attachment 425811 [details] Patch
Committed r275887 (236452@main): <https://commits.webkit.org/236452@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425811 [details].
<rdar://problem/76595732>
Comment on attachment 425811 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425811&action=review > Source/WebKit/WebProcess/GPU/GPUProcessConnection.cpp:271 > + m_enableVP9Decoder = enableVP8Decoder; Not introduced by this patch. Is it a typo here? Probably "m_enableVP8Decoder"?
Comment on attachment 425811 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425811&action=review >> Source/WebKit/WebProcess/GPU/GPUProcessConnection.cpp:271 >> + m_enableVP9Decoder = enableVP8Decoder; > > Not introduced by this patch. Is it a typo here? Probably "m_enableVP8Decoder"? Does look like a pre-existing bug. I'll follow-up.
(In reply to Chris Dumez from comment #5) > Comment on attachment 425811 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=425811&action=review > > >> Source/WebKit/WebProcess/GPU/GPUProcessConnection.cpp:271 > >> + m_enableVP9Decoder = enableVP8Decoder; > > > > Not introduced by this patch. Is it a typo here? Probably "m_enableVP8Decoder"? > > Does look like a pre-existing bug. I'll follow-up. https://bugs.webkit.org/show_bug.cgi?id=224491