$OpenBSD: patch-services_ui_gpu_gpu_main_cc,v 1.3 2017/10/28 07:36:01 robert Exp $
Index: services/ui/gpu/gpu_main.cc
--- services/ui/gpu/gpu_main.cc.orig
+++ services/ui/gpu/gpu_main.cc
@@ -71,7 +71,7 @@ GpuMain::GpuMain(mojom::GpuMainRequest request)
   // runtime.
   thread_options.message_loop_type =
       ui::OzonePlatform::EnsureInstance()->GetMessageLoopTypeForGpu();
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   thread_options.message_loop_type = base::MessageLoop::TYPE_DEFAULT;
 #elif defined(OS_MACOSX)
   thread_options.message_pump_factory = base::Bind(&CreateMessagePumpMac);
