aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-components_viz_host_host__display__client.h
blob: 212ca9956710dde77207480ff11599c2cbffd5d7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                
--- components/viz/host/host_display_client.h.orig	2023-02-15 13:08:45 UTC
+++ components/viz/host/host_display_client.h
@@ -56,7 +56,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