aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-content_browser_gpu_compositor__util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-content_browser_gpu_compositor__util.cc')
-rw-r--r--devel/electron12/files/patch-content_browser_gpu_compositor__util.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron12/files/patch-content_browser_gpu_compositor__util.cc b/devel/electron12/files/patch-content_browser_gpu_compositor__util.cc
deleted file mode 100644
index 61cf5968eb5b..000000000000
--- a/devel/electron12/files/patch-content_browser_gpu_compositor__util.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- content/browser/gpu/compositor_util.cc.orig 2021-04-14 01:08:48 UTC
-+++ content/browser/gpu/compositor_util.cc
-@@ -127,11 +127,11 @@ 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),
--#endif // ((defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) &&
-+#endif // ((defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) &&
- // !defined(OS_ANDROID)
- DisableInfo::Problem(
- "Accelerated video decode has been disabled, either via blocklist, "