blob: d4c7f912e1c66172f177f07232696737cc82a2c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/shell/browser/browser.cc.orig 2025-01-29 20:10:57 UTC
+++ electron/shell/browser/browser.cc
@@ -71,7 +71,7 @@ Browser* Browser::Get() {
return ElectronBrowserMainParts::Get()->browser();
}
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
void Browser::Focus(gin::Arguments* args) {
// Focus on the first visible window.
for (auto* const window : WindowList::GetWindows()) {
|