aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-components_viz_test_mock__display__client.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-components_viz_test_mock__display__client.h')
-rw-r--r--devel/electron32/files/patch-components_viz_test_mock__display__client.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-components_viz_test_mock__display__client.h b/devel/electron32/files/patch-components_viz_test_mock__display__client.h
deleted file mode 100644
index 6f676641d0b5..000000000000
--- a/devel/electron32/files/patch-components_viz_test_mock__display__client.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/viz/test/mock_display_client.h.orig 2024-02-21 00:20:44 UTC
-+++ components/viz/test/mock_display_client.h
-@@ -43,7 +43,7 @@ class MockDisplayClient : public mojom::DisplayClient
- MOCK_METHOD1(SetWideColorEnabled, void(bool enabled));
- MOCK_METHOD1(SetPreferredRefreshRate, void(float refresh_rate));
- #endif
--#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)
-