$OpenBSD: patch-ui_gl_init_gl_factory_cc,v 1.1 2021/10/29 14:49:43 robert Exp $

Index: ui/gl/init/gl_factory.cc
--- ui/gl/init/gl_factory.cc.orig
+++ ui/gl/init/gl_factory.cc
@@ -167,7 +167,7 @@ bool InitializeGLOneOffPlatformHelper(bool init_extens
 }  // namespace
 
 GLImplementationParts GetSoftwareGLForTestsImplementation() {
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
   return GetSoftwareGLImplementation();
 #else
   return GetLegacySoftwareGLImplementation();
