aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_platform__window_platform__window__delegate.cc
blob: a017e5b8f610179055f6c82611aa8fafd2648328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/platform_window/platform_window_delegate.cc.orig	2022-12-02 17:56:32 UTC
+++ ui/platform_window/platform_window_delegate.cc
@@ -16,7 +16,7 @@ PlatformWindowDelegate::PlatformWindowDelegate() = def
 
 PlatformWindowDelegate::~PlatformWindowDelegate() = default;
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
 void PlatformWindowDelegate::OnWindowTiledStateChanged(
     WindowTiledEdges new_tiled_edges) {}
 #endif