--- ui/compositor/compositor.h.orig 2023-02-15 13:08:45 UTC +++ ui/compositor/compositor.h @@ -451,7 +451,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