aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-services_viz_public_mojom_BUILD.gn
blob: 6f43553cc94bb6c37dfbfb5310f53c957a7997df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/viz/public/mojom/BUILD.gn.orig	2025-06-30 07:04:30 UTC
+++ services/viz/public/mojom/BUILD.gn
@@ -57,7 +57,7 @@ mojom("mojom") {
 
   # Used in thread.mojom
   enabled_features = []
-  if (is_fuchsia || is_apple) {
+  if (is_fuchsia || is_apple || is_bsd) {
     enabled_features += [ "thread_id_is_64_bit" ]
   } else {
     enabled_features += [ "thread_id_is_32_bit" ]