Remove CreateWebAudioThread() and use ThreadCreationParams for WebAudio instead
The previous CL [1] does not work anymore due to the changes in Worker infrastructure, so this CL changes ThreadCreationParams to fix the issue. ThreadCreationParams will check the thread type and assign the right priority for the WebAudio operation. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1580221 Bug: 813825, 877978 Test: third_party/blink/renderer/modules/webaudio/audio_worklet_thread_test.cc Change-Id: I9be6b2ccc37feaed22c2342391d5ef27388ef912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865013 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715335}
Showing
Please register or sign in to comment