aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-components_viz_host_host__display__client.cc
blob: a25809db851aed56de902161ae2f7a0297e5b97f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/viz/host/host_display_client.cc.orig	2025-09-11 13:19:19 UTC
+++ components/viz/host/host_display_client.cc
@@ -66,9 +66,9 @@ void HostDisplayClient::AddChildWindowToBrowser(
 }
 #endif
 
-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11)
 void HostDisplayClient::DidCompleteSwapWithNewSize(const gfx::Size& size) {
-  NOTIMPLEMENTED();
+  NOTREACHED();
 }
 #endif  // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)