diff options
Diffstat (limited to 'devel/electron33/files/patch-components_viz_host_host__display__client.cc')
-rw-r--r-- | devel/electron33/files/patch-components_viz_host_host__display__client.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-components_viz_host_host__display__client.cc b/devel/electron33/files/patch-components_viz_host_host__display__client.cc deleted file mode 100644 index 2f19d205f5db..000000000000 --- a/devel/electron33/files/patch-components_viz_host_host__display__client.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/viz/host/host_display_client.cc.orig 2024-06-30 11:48:28 UTC -+++ components/viz/host/host_display_client.cc -@@ -73,7 +73,7 @@ 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(); - } |