summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_viz_host_host__display__client.h
blob: ad49f99aca395455d41fcf5e5a9199dec09219d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/host/host_display_client.h.orig	2023-01-13 08:56:02 UTC
+++ components/viz/host/host_display_client.h
@@ -54,7 +54,7 @@ class VIZ_HOST_EXPORT HostDisplayClient : public mojom
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   void DidCompleteSwapWithNewSize(const gfx::Size& size) override;
 #endif