blob: 7b95e6e74b3e20c4d3ef6b2490cb5210e3661fa5 (
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-10 14:33:47 UTC
+++ components/viz/host/host_display_client.cc
@@ -74,9 +74,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)
|