aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_compositor_compositor.h
blob: 01d80e8fcb0a11af1787590fc41e6e50e7586ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/compositor/compositor.h.orig	2022-03-25 21:59:56 UTC
+++ ui/compositor/compositor.h
@@ -402,7 +402,7 @@ class COMPOSITOR_EXPORT Compositor : public base::Powe
 
 // 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)
   void OnCompleteSwapWithNewSize(const gfx::Size& size);
 #endif