mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
477 B
C
11 lines
477 B
C
--- ui/compositor/compositor.h.orig 2025-04-16 18:18:42 UTC
|
|
+++ ui/compositor/compositor.h
|
|
@@ -467,7 +467,7 @@ class COMPOSITOR_EXPORT Compositor : public base::Powe
|
|
// base::PowerSuspendObserver:
|
|
void OnResume() override;
|
|
|
|
-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
|
|
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11)
|
|
void OnCompleteSwapWithNewSize(const gfx::Size& size);
|
|
#endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
|
|
|