$OpenBSD: patch-content_browser_gpu_compositor_util_cc,v 1.9 2021/11/16 11:28:46 robert Exp $

Index: content/browser/gpu/compositor_util.cc
--- content/browser/gpu/compositor_util.cc.orig
+++ content/browser/gpu/compositor_util.cc
@@ -145,7 +145,7 @@ const GpuFeatureData GetGpuFeatureData(
     {"video_decode",
      SafeGetFeatureStatus(gpu_feature_info,
                           gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE),
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
      !base::FeatureList::IsEnabled(media::kVaapiVideoDecodeLinux),
 #else
      command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode),
