aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc')
-rw-r--r--devel/electron29/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc b/devel/electron29/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc
new file mode 100644
index 000000000000..a16e5a4b8c51
--- /dev/null
+++ b/devel/electron29/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__controller.cc
@@ -0,0 +1,11 @@
+--- chrome/browser/ui/views/tabs/tab_hover_card_controller.cc.orig 2024-02-21 00:20:37 UTC
++++ chrome/browser/ui/views/tabs/tab_hover_card_controller.cc
+@@ -82,7 +82,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).