aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_user__education_views_help__bubble__view.cc
blob: ca337851c3744c4575c50219aa5488edba777a66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/user_education/views/help_bubble_view.cc.orig	2024-02-21 00:20:44 UTC
+++ components/user_education/views/help_bubble_view.cc
@@ -1009,7 +1009,7 @@ void HelpBubbleView::OnBeforeBubbleWidgetInit(views::W
 void HelpBubbleView::OnBeforeBubbleWidgetInit(views::Widget::InitParams* params,
                                               views::Widget* widget) const {
   BubbleDialogDelegateView::OnBeforeBubbleWidgetInit(params, widget);
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // Help bubbles anchored to menus may be clipped to their anchors' bounds,
   // resulting in visual errors, unless they use accelerated rendering. See
   // crbug.com/1445770 for details.