aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_viz_host_host__display__client.cc
blob: 6cdc93da52d646d43e97faa1ef6dc4eff9863fff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/host/host_display_client.cc.orig	2021-04-22 07:51:51 UTC
+++ components/viz/host/host_display_client.cc
@@ -64,7 +64,7 @@ void HostDisplayClient::CreateLayeredWindowUpdater(
 
 // 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 HostDisplayClient::DidCompleteSwapWithNewSize(const gfx::Size& size) {
   NOTIMPLEMENTED();
 }