summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-services_viz_public_mojom_BUILD.gn
blob: a0b196256824f972908c4ba7c49351bdba93de46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/viz/public/mojom/BUILD.gn.orig	2025-05-31 17:16:41 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" ]