mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
11 lines
482 B
C
11 lines
482 B
C
--- ui/compositor/compositor.h.orig 2021-11-13 11:05:57 UTC
|
|
+++ ui/compositor/compositor.h
|
|
@@ -389,7 +389,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
|
|
|