aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-components_viz_host_host__display__client.h
blob: 283e399a431e6f827ded48498ec0a1bab4e375aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/host/host_display_client.h.orig	2021-04-22 07:51:51 UTC
+++ components/viz/host/host_display_client.h
@@ -45,7 +45,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 defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   void DidCompleteSwapWithNewSize(const gfx::Size& size) override;
 #endif