$OpenBSD: patch-content_browser_gpu_gpu_data_manager_impl_private_cc,v 1.12 2017/12/04 13:55:41 robert Exp $
Index: content/browser/gpu/gpu_data_manager_impl_private.cc
--- content/browser/gpu/gpu_data_manager_impl_private.cc.orig
+++ content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -437,7 +437,7 @@ bool GpuDataManagerImplPrivate::GpuAccessAllowed(
     // strings even if all features are blacklisted. If all GPU features are
     // disabled, the GPU process will only initialize GL bindings, create a GL
     // context, and collect full GPU info.
-#if !defined(OS_LINUX)
+#if !defined(OS_LINUX) && !defined(OS_BSD)
     if (reason) {
       *reason = "All GPU features are blacklisted.";
     }
