aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc
blob: 835f304a4916e4a7ae488627971197144f042670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/views/tabs/tab_hover_card_controller.cc.orig	2023-08-28 20:17:35 UTC
+++ chrome/browser/ui/views/tabs/tab_hover_card_controller.cc
@@ -81,7 +81,7 @@ void FixWidgetStackOrder(views::Widget* widget, const 
     return;
   }
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // Ensure the hover card Widget assumes the highest z-order to avoid occlusion
   // by other secondary UI Widgets (such as the omnibox Widget, see
   // crbug.com/1226536).