aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-ui_compositor_compositor.h
blob: 4adaaa634b6b134a1b813a471511504e7f868050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/compositor/compositor.h.orig	2021-04-22 07:51:51 UTC
+++ ui/compositor/compositor.h
@@ -384,7 +384,7 @@ class COMPOSITOR_EXPORT Compositor : public cc::LayerT
 
 // 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 OnCompleteSwapWithNewSize(const gfx::Size& size);
 #endif