$OpenBSD: patch-content_browser_gpu_compositor_util_cc,v 1.3 2021/04/16 18:15:06 robert Exp $

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