aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-components_performance__manager_public_features.h
blob: 3cd3eb1147b7156998ce55ca71c8eb0382956695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/performance_manager/public/features.h.orig	2024-08-14 20:54:51 UTC
+++ components/performance_manager/public/features.h
@@ -21,7 +21,7 @@ BASE_DECLARE_FEATURE(kRunOnMainThreadSync);
 
 #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