ports/devel/electron13/files/patch-device_gamepad_gamepad__provider.cc

11 lines
601 B
C++

--- device/gamepad/gamepad_provider.cc.orig 2021-07-15 19:13:40 UTC
+++ device/gamepad/gamepad_provider.cc
@@ -150,7 +150,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep
if (!polling_thread_)
polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread");
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_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;