Summary: | The GPUProcess should only launch when it is needed | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | darin, eric.carlson, ews-watchlist, ggaren, glenn, jer.noble, kkinnunen, peng.liu6, philipj, sergio, simon.fraser, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=224516 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 224556 | ||||||
Attachments: |
|
Description
Chris Dumez
2021-04-12 16:39:35 PDT
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]. 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 |