diff options
Diffstat (limited to 'devel/electron35/files/patch-components_viz_test_mock__display__client.h')
| -rw-r--r-- | devel/electron35/files/patch-components_viz_test_mock__display__client.h | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-components_viz_test_mock__display__client.h b/devel/electron35/files/patch-components_viz_test_mock__display__client.h deleted file mode 100644 index 86c366c3914d..000000000000 --- a/devel/electron35/files/patch-components_viz_test_mock__display__client.h +++ /dev/null @@ -1,11 +0,0 @@ ---- components/viz/test/mock_display_client.h.orig	2025-03-24 20:50:14 UTC -+++ components/viz/test/mock_display_client.h -@@ -45,7 +45,7 @@ class MockDisplayClient : public mojom::DisplayClient  - #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) -   MOCK_METHOD1(SetPreferredRefreshRate, void(float refresh_rate)); - #endif  // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) --#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) -   | 
