diff options
Diffstat (limited to 'devel/electron33/files/patch-content_browser_gpu_compositor__util.cc')
-rw-r--r-- | devel/electron33/files/patch-content_browser_gpu_compositor__util.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-content_browser_gpu_compositor__util.cc b/devel/electron33/files/patch-content_browser_gpu_compositor__util.cc deleted file mode 100644 index 3037153f02a0..000000000000 --- a/devel/electron33/files/patch-content_browser_gpu_compositor__util.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/browser/gpu/compositor_util.cc.orig 2024-08-14 20:54:59 UTC -+++ content/browser/gpu/compositor_util.cc -@@ -153,7 +153,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::kVaapiVideoDecodeLinux) || - #endif // BUILDFLAG(IS_LINUX) - command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode)), -@@ -165,7 +165,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::kVaapiVideoEncodeLinux)), - #else - command_line.HasSwitch(switches::kDisableAcceleratedVideoEncode)), |