mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Changelog: - https://github.com/electron/electron/releases/tag/v22.0.2 - https://github.com/electron/electron/releases/tag/v22.0.3 - https://github.com/electron/electron/releases/tag/v22.1.0 PR: 269194 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: mikael (maintainer)
11 lines
488 B
C
11 lines
488 B
C
--- ui/compositor/compositor.h.orig 2023-01-30 07:58:58 UTC
|
|
+++ ui/compositor/compositor.h
|
|
@@ -434,7 +434,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
|
|
|