aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-components_performance__manager_public_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-components_performance__manager_public_features.h')
-rw-r--r--devel/electron23/files/patch-components_performance__manager_public_features.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron23/files/patch-components_performance__manager_public_features.h b/devel/electron23/files/patch-components_performance__manager_public_features.h
deleted file mode 100644
index 1f0d6248ebab..000000000000
--- a/devel/electron23/files/patch-components_performance__manager_public_features.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/performance_manager/public/features.h.orig 2022-11-30 08:12:58 UTC
-+++ components/performance_manager/public/features.h
-@@ -20,7 +20,7 @@ BASE_DECLARE_FEATURE(kRunOnMainThread);
-
- #if !BUILDFLAG(IS_ANDROID)
-
--#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #define URGENT_DISCARDING_FROM_PERFORMANCE_MANAGER() false
- #else
- #define URGENT_DISCARDING_FROM_PERFORMANCE_MANAGER() true