aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_platform__window_platform__window__delegate.cc
blob: 9f9259ce1dae112e81bb5a53ad3ea52bbf73aeac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/platform_window/platform_window_delegate.cc.orig	2024-03-22 08:19:40 UTC
+++ ui/platform_window/platform_window_delegate.cc
@@ -48,7 +48,7 @@ PlatformWindowDelegate::PlatformWindowDelegate() = def
 
 PlatformWindowDelegate::~PlatformWindowDelegate() = default;
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 void PlatformWindowDelegate::OnWindowTiledStateChanged(
     WindowTiledEdges new_tiled_edges) {}
 #endif