aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_ui_browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-chrome_browser_ui_browser.h')
-rw-r--r--devel/electron29/files/patch-chrome_browser_ui_browser.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-chrome_browser_ui_browser.h b/devel/electron29/files/patch-chrome_browser_ui_browser.h
new file mode 100644
index 000000000000..1181ef1ffbdd
--- /dev/null
+++ b/devel/electron29/files/patch-chrome_browser_ui_browser.h
@@ -0,0 +1,11 @@
+--- chrome/browser/ui/browser.h.orig 2024-02-27 21:36:00 UTC
++++ chrome/browser/ui/browser.h
+@@ -309,7 +309,7 @@ class Browser : public TabStripModelObserver,
+ std::optional<int64_t> display_id;
+ #endif
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ // When the browser window is shown, the desktop environment is notified
+ // using this ID. In response, the desktop will stop playing the "waiting
+ // for startup" animation (if any).