diff options
Diffstat (limited to 'devel/electron37/files/patch-components_performance__manager_public_features.h')
-rw-r--r-- | devel/electron37/files/patch-components_performance__manager_public_features.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-components_performance__manager_public_features.h b/devel/electron37/files/patch-components_performance__manager_public_features.h new file mode 100644 index 000000000000..db588ac07ab4 --- /dev/null +++ b/devel/electron37/files/patch-components_performance__manager_public_features.h @@ -0,0 +1,11 @@ +--- components/performance_manager/public/features.h.orig 2025-04-22 20:15:27 UTC ++++ components/performance_manager/public/features.h +@@ -19,7 +19,7 @@ namespace performance_manager::features { + + #if !BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #define URGENT_DISCARDING_FROM_PERFORMANCE_MANAGER() false + #else + #define URGENT_DISCARDING_FROM_PERFORMANCE_MANAGER() true |