$OpenBSD: patch-content_browser_gpu_compositor_util_cc,v 1.1 2021/04/01 10:24:44 robert Exp $

Index: content/browser/gpu/compositor_util.cc
--- content/browser/gpu/compositor_util.cc.orig
+++ content/browser/gpu/compositor_util.cc
@@ -131,7 +131,7 @@ const GpuFeatureData GetGpuFeatureData(
     {"video_decode",
      SafeGetFeatureStatus(gpu_feature_info,
                           gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE),
-#if defined(OS_LINUX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
      !command_line.HasSwitch(switches::kEnableAcceleratedVideoDecode),
 #else
      command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode),
