aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-content_gpu_gpu__sandbox__hook__linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-content_gpu_gpu__sandbox__hook__linux.cc')
-rw-r--r--devel/electron12/files/patch-content_gpu_gpu__sandbox__hook__linux.cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/electron12/files/patch-content_gpu_gpu__sandbox__hook__linux.cc b/devel/electron12/files/patch-content_gpu_gpu__sandbox__hook__linux.cc
deleted file mode 100644
index bb87001c6ff8..000000000000
--- a/devel/electron12/files/patch-content_gpu_gpu__sandbox__hook__linux.cc
+++ /dev/null
@@ -1,18 +0,0 @@
---- content/gpu/gpu_sandbox_hook_linux.cc.orig 2021-04-14 01:08:48 UTC
-+++ content/gpu/gpu_sandbox_hook_linux.cc
-@@ -362,6 +362,7 @@ std::vector<BrokerFilePermission> FilePermissionsForGp
- }
-
- void LoadArmGpuLibraries() {
-+#if !defined(OS_BSD)
- // Preload the Mali library.
- if (UseChromecastSandboxAllowlist()) {
- for (const char* path : kAllowedChromecastPaths) {
-@@ -376,6 +377,7 @@ void LoadArmGpuLibraries() {
- // Preload the Tegra V4L2 (video decode acceleration) library.
- dlopen(kLibTegraPath, dlopen_flag);
- }
-+#endif
- }
-
- bool LoadAmdGpuLibraries() {