summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gl_init_gl__factory.cc
blob: 168c103f8381ada6f4749b3c8677dfe5698ebe09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gl/init/gl_factory.cc.orig	2022-02-28 16:54:41 UTC
+++ ui/gl/init/gl_factory.cc
@@ -171,7 +171,7 @@ bool InitializeGLOneOffPlatformHelper(bool init_extens
 }  // namespace
 
 GLImplementationParts GetSoftwareGLImplementationForPlatform() {
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return GetSoftwareGLImplementation();
 #else
   return GetLegacySoftwareGLImplementation();