diff options
Diffstat (limited to 'devel/electron33/files/patch-components_viz_test_mock__display__client.h')
-rw-r--r-- | devel/electron33/files/patch-components_viz_test_mock__display__client.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-components_viz_test_mock__display__client.h b/devel/electron33/files/patch-components_viz_test_mock__display__client.h deleted file mode 100644 index 965716171542..000000000000 --- a/devel/electron33/files/patch-components_viz_test_mock__display__client.h +++ /dev/null @@ -1,11 +0,0 @@ ---- components/viz/test/mock_display_client.h.orig 2024-10-16 21:31:25 UTC -+++ components/viz/test/mock_display_client.h -@@ -45,7 +45,7 @@ class MockDisplayClient : public mojom::DisplayClient - #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS_ASH) - MOCK_METHOD1(SetPreferredRefreshRate, void(float refresh_rate)); - #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS_ASH) --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) - MOCK_METHOD1(DidCompleteSwapWithNewSize, void(const gfx::Size&)); - #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) - |