aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-components_user__education_views_help__bubble__view.h
blob: 97c3dbb879107613ba568305511c7311f3ed3150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/user_education/views/help_bubble_view.h.orig	2025-04-22 20:15:27 UTC
+++ components/user_education/views/help_bubble_view.h
@@ -160,7 +160,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