diff options
Diffstat (limited to 'devel/electron33/files/patch-components_viz_test_fake__display__client.h')
-rw-r--r-- | devel/electron33/files/patch-components_viz_test_fake__display__client.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-components_viz_test_fake__display__client.h b/devel/electron33/files/patch-components_viz_test_fake__display__client.h deleted file mode 100644 index decdc418ca85..000000000000 --- a/devel/electron33/files/patch-components_viz_test_fake__display__client.h +++ /dev/null @@ -1,11 +0,0 @@ ---- components/viz/test/fake_display_client.h.orig 2024-02-21 00:20:44 UTC -+++ components/viz/test/fake_display_client.h -@@ -36,7 +36,7 @@ class FakeDisplayClient : public mojom::DisplayClient - void AddChildWindowToBrowser(gpu::SurfaceHandle child_window) override; - #endif - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) - void DidCompleteSwapWithNewSize(const gfx::Size& size) override; - #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) - |