summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_viz_test_mock__display__client.h
blob: b52cbf14967ab90c43ca2574afd759925137f923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/test/mock_display_client.h.orig	2023-01-13 08:56:02 UTC
+++ components/viz/test/mock_display_client.h
@@ -45,7 +45,7 @@ class MockDisplayClient : public mojom::DisplayClient 
 #endif
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   MOCK_METHOD1(DidCompleteSwapWithNewSize, void(const gfx::Size&));
 #endif