$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- components/user_education/views/help_bubble_view.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ components/user_education/views/help_bubble_view.h @@ -160,7 +160,7 @@ class HelpBubbleView : public views::Bub // work around this problem by closing the bubble if the widget is minimized. // When the underlying issue is fixed at the framework level, this can be // removed. -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) class PrimaryWidgetObserver; std::unique_ptr primary_widget_observer_; #endif