summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_message__center_views_message__popup__view.cc
blob: 3ff0f1ce127e91973f54d9f18b5642c3137348ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/message_center/views/message_popup_view.cc.orig	2023-12-23 12:33:28 UTC
+++ ui/message_center/views/message_popup_view.cc
@@ -135,7 +135,7 @@ void MessagePopupView::Show() {
   params.z_order = ui::ZOrderLevel::kFloatingWindow;
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   // Make the widget explicitly activatable as TYPE_POPUP is not activatable by
   // default but we need focus for the inline reply textarea.
   params.activatable = views::Widget::InitParams::Activatable::kYes;