blob: ce5cecc9ff6caaa3ec6c8bf01f2adaa56ff14731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/platform_window/platform_window_delegate.cc.orig 2025-04-22 20:15:27 UTC
+++ ui/platform_window/platform_window_delegate.cc
@@ -56,7 +56,7 @@ gfx::Insets PlatformWindowDelegate::CalculateInsetsInD
return gfx::Insets();
}
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
void PlatformWindowDelegate::OnWindowTiledStateChanged(
WindowTiledEdges new_tiled_edges) {}
#endif
|