aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_viz_test_fake__output__surface.h
blob: ce8cc503bbccfefd7b68b9ccbbc43dfe52b116cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/test/fake_output_surface.h.orig	2021-07-19 18:45:15 UTC
+++ components/viz/test/fake_output_surface.h
@@ -88,7 +88,7 @@ class FakeOutputSurface : public OutputSurface {
   gfx::OverlayTransform GetDisplayTransform() override;
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   void SetNeedsSwapSizeNotifications(
       bool needs_swap_size_notifications) override;
 #endif