aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc
blob: b457652aa3dcad11a584a3b78bb7495479710e28 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                                       
                                                                          
                             
                                                  






                                                                                 
--- third_party/blink/renderer/modules/media/audio/audio_device_factory.cc.orig	2022-11-30 08:12:58 UTC
+++ third_party/blink/renderer/modules/media/audio/audio_device_factory.cc
@@ -35,7 +35,7 @@ namespace {
 AudioDeviceFactory* g_factory_override = nullptr;
 
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS_LACROS)
+    BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
 // Due to driver deadlock issues on Windows (http://crbug/422522) there is a
 // chance device authorization response is never received from the browser side.
 // In this case we will time out, to avoid renderer hang forever waiting for