aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-components_constrained__window_constrained__window__views.cc
blob: 8d32e29e9f2dae5bc4d719f692cbc8f63f383c5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/constrained_window/constrained_window_views.cc.orig	2025-03-24 20:50:14 UTC
+++ components/constrained_window/constrained_window_views.cc
@@ -375,7 +375,7 @@ bool PlatformClipsChildrenToViewport() {
 }
 
 bool PlatformClipsChildrenToViewport() {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return true;
 #else
   return false;