aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-device_gamepad_gamepad__provider.cc
blob: 5f74852478e21f034bf5fb5bc1f5670d978659fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- device/gamepad/gamepad_provider.cc.orig	2023-03-30 00:33:51 UTC
+++ device/gamepad/gamepad_provider.cc
@@ -219,7 +219,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep
 
   if (!polling_thread_)
     polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread");
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // On Linux, the data fetcher needs to watch file descriptors, so the message
   // loop needs to be a libevent loop.
   const base::MessagePumpType kMessageLoopType = base::MessagePumpType::IO;