aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-chrome_browser_ui_tabs_tab__features.cc
blob: 207c197aa6c92d61462013fd9be409194e0aa2c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/tabs/tab_features.cc.orig	2025-06-30 07:04:30 UTC
+++ chrome/browser/ui/tabs/tab_features.cc
@@ -340,7 +340,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro
   task_manager::WebContentsTags::CreateForTabContents(tab.GetContents());
 
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS)
+    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   inactive_window_mouse_event_controller_ =
       std::make_unique<InactiveWindowMouseEventController>();
 #endif