diff options
Diffstat (limited to 'devel/electron38/files/patch-components_viz_host_host__display__client.cc')
-rw-r--r-- | devel/electron38/files/patch-components_viz_host_host__display__client.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-components_viz_host_host__display__client.cc b/devel/electron38/files/patch-components_viz_host_host__display__client.cc new file mode 100644 index 000000000000..7b95e6e74b3e --- /dev/null +++ b/devel/electron38/files/patch-components_viz_host_host__display__client.cc @@ -0,0 +1,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) + |