aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-chrome_browser_ui_views_tabs_tab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-chrome_browser_ui_views_tabs_tab.cc')
-rw-r--r--devel/electron18/files/patch-chrome_browser_ui_views_tabs_tab.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-chrome_browser_ui_views_tabs_tab.cc b/devel/electron18/files/patch-chrome_browser_ui_views_tabs_tab.cc
new file mode 100644
index 000000000000..7d372c5af8da
--- /dev/null
+++ b/devel/electron18/files/patch-chrome_browser_ui_views_tabs_tab.cc
@@ -0,0 +1,11 @@
+--- chrome/browser/ui/views/tabs/tab.cc.orig 2022-05-19 05:17:39 UTC
++++ chrome/browser/ui/views/tabs/tab.cc
+@@ -580,7 +580,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent&
+ if (mouse_hovered_ || !GetWidget()->IsMouseEventsEnabled())
+ return;
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ // Move the hit test area for hovering up so that it is not overlapped by tab
+ // hover cards when they are shown.
+ // TODO(crbug.com/978134): Once Linux/CrOS widget transparency is solved,