aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-ui_accessibility_accessibility__features.h
blob: 2da315c99ea3168d6fdc6ae6851eef93444e0a5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/accessibility/accessibility_features.h.orig	2025-03-24 20:50:14 UTC
+++ ui/accessibility/accessibility_features.h
@@ -277,7 +277,7 @@ AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameCha
 AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled();
 #endif  // BUILDFLAG(IS_MAC)
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // Enable the component updater to download the wasm tts engine component.
 AX_BASE_EXPORT BASE_DECLARE_FEATURE(kWasmTtsComponentUpdaterEnabled);
 AX_BASE_EXPORT bool IsWasmTtsComponentUpdaterEnabled();