diff options
Diffstat (limited to 'devel/electron32/files/patch-chrome_browser_ui_views_tabs_tab.cc')
-rw-r--r-- | devel/electron32/files/patch-chrome_browser_ui_views_tabs_tab.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-chrome_browser_ui_views_tabs_tab.cc b/devel/electron32/files/patch-chrome_browser_ui_views_tabs_tab.cc deleted file mode 100644 index 977de051aa6e..000000000000 --- a/devel/electron32/files/patch-chrome_browser_ui_views_tabs_tab.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/views/tabs/tab.cc.orig 2024-08-14 20:54:40 UTC -+++ chrome/browser/ui/views/tabs/tab.cc -@@ -616,7 +616,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, |