1 --- ui/compositor/compositor.h.orig	2022-08-31 12:19:35 UTC
2 +++ ui/compositor/compositor.h
3 @@ -414,7 +414,7 @@ class COMPOSITOR_EXPORT Compositor : public base::Powe
4 
5  // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
6  // of lacros-chrome is complete.
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
9    void OnCompleteSwapWithNewSize(const gfx::Size& size);
10  #endif
11 
12