aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_viz_test_fake__output__surface.cc
blob: dd972aa5ef5db764f10b877b02edc0530b1e7f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/viz/test/fake_output_surface.cc.orig	2020-11-13 06:36:42 UTC
+++ components/viz/test/fake_output_surface.cc
@@ -115,7 +115,7 @@ gfx::OverlayTransform FakeOutputSurface::GetDisplayTra
                                          : gfx::OVERLAY_TRANSFORM_NONE;
 }
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
 void FakeOutputSurface::SetNeedsSwapSizeNotifications(
     bool needs_swap_size_notifications) {}
 #endif