blob: 28e32aa3ee58996e36b45f54b6d40f1197b51a88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/constrained_window/constrained_window_views.cc.orig 2025-07-02 06:08:04 UTC
+++ components/constrained_window/constrained_window_views.cc
@@ -392,7 +392,7 @@ bool SupportsGlobalScreenCoordinates() {
}
bool PlatformClipsChildrenToViewport() {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
return true;
#else
return false;
|