$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- ui/accessibility/ax_node.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ ui/accessibility/ax_node.h @@ -582,7 +582,7 @@ class AX_EXPORT AXNode final { const std::vector>* GetExtraMacNodes() const; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) AXNode* GetExtraAnnouncementNode( ax::mojom::AriaNotificationPriority priority_property) const; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)