aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-components_user__education_views_help__bubble__view.h
blob: 65b8b31557e7b5c5a00c46b90c18c8820a52cc3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/user_education/views/help_bubble_view.h.orig	2025-03-24 20:50:14 UTC
+++ components/user_education/views/help_bubble_view.h
@@ -162,7 +162,7 @@ class HelpBubbleView : public views::BubbleDialogDeleg
 // 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<PrimaryWidgetObserver> primary_widget_observer_;
 #endif