aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-components_viz_test_fake__display__client.cc
blob: 5b3eeef68ad30ec43c5becfc10ace32b553b0b12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/test/fake_display_client.cc.orig	2024-02-21 00:20:44 UTC
+++ components/viz/test/fake_display_client.cc
@@ -27,7 +27,7 @@ void FakeDisplayClient::AddChildWindowToBrowser(
     gpu::SurfaceHandle child_window) {}
 #endif
 
-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11)
 void FakeDisplayClient::DidCompleteSwapWithNewSize(const gfx::Size& size) {}
 #endif  // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)