aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc
blob: fefa49ff32799abc4cacd8ab40bb86413a5e3f6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/views/tabs/tab_hover_card_controller.cc.orig	2022-10-24 13:33:33 UTC
+++ chrome/browser/ui/views/tabs/tab_hover_card_controller.cc
@@ -79,7 +79,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).