blob: a80c9059df9fe6377a348fac8fe07cbba241a10a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/ui/views/tabs/tab.cc.orig 2025-01-27 17:37:37 UTC
+++ chrome/browser/ui/views/tabs/tab.cc
@@ -626,7 +626,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent&
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/41467565): Once Linux/CrOS widget transparency is solved,
|