aboutsummaryrefslogtreecommitdiffstats
path: root/www/ungoogled-chromium/files/patch-services_viz_public_mojom_BUILD.gn
blob: 98a649e7aecabfe8e65083738938625685495729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/viz/public/mojom/BUILD.gn.orig	2025-10-21 16:57:35 UTC
+++ services/viz/public/mojom/BUILD.gn
@@ -53,7 +53,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" ]