Bug 220371 - [GPUProcess] RemoteAudioSourceProviderManager should be a WorkQueueMessageReceiver
Summary: [GPUProcess] RemoteAudioSourceProviderManager should be a WorkQueueMessageRec...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-06 10:45 PST by Chris Dumez
Modified: 2021-01-06 13:09 PST (History)
10 users (show)

See Also:


Attachments
Patch (4.77 KB, patch)
2021-01-06 10:46 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-01-06 10:45:30 PST
RemoteAudioSourceProviderManager should be a WorkQueueMessageReceiver (not a ThreadMessageReceiver), since it uses a WorkQueue (not a WTF::Thread). This simplifies the code a bit.
Comment 1 Chris Dumez 2021-01-06 10:46:51 PST
Created attachment 417101 [details]
Patch
Comment 2 EWS 2021-01-06 13:08:42 PST
Committed r271213: <https://trac.webkit.org/changeset/271213>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 417101 [details].
Comment 3 Radar WebKit Bug Importer 2021-01-06 13:09:18 PST
<rdar://problem/72862304>