summaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-services_viz_public_mojom_BUILD.gn
blob: a6449ec13d5f2ad16a3c613f67e45944fd1093a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/viz/public/mojom/BUILD.gn.orig	2025-04-22 20:15:27 UTC
+++ services/viz/public/mojom/BUILD.gn
@@ -56,7 +56,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" ]