diff options
Diffstat (limited to 'devel/electron35/files/patch-content_browser_gpu_compositor__util.cc')
| -rw-r--r-- | devel/electron35/files/patch-content_browser_gpu_compositor__util.cc | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-content_browser_gpu_compositor__util.cc b/devel/electron35/files/patch-content_browser_gpu_compositor__util.cc deleted file mode 100644 index 71b3748f5011..000000000000 --- a/devel/electron35/files/patch-content_browser_gpu_compositor__util.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/browser/gpu/compositor_util.cc.orig	2025-03-24 20:50:14 UTC -+++ content/browser/gpu/compositor_util.cc -@@ -152,7 +152,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( -       "video_decode", -       SafeGetFeatureStatus( -           gpu_feature_info, gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE, --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) -           !base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) || - #endif  // BUILDFLAG(IS_LINUX) -               command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode)), -@@ -164,7 +164,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( -       "video_encode", -       SafeGetFeatureStatus( -           gpu_feature_info, gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE, --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) -           !base::FeatureList::IsEnabled(media::kAcceleratedVideoEncodeLinux)), - #else -           command_line.HasSwitch(switches::kDisableAcceleratedVideoEncode)),  | 
