blob: 7b852b14a3c2e3d0c77ad41db86242ea09ffc61f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/compositor/compositor.h.orig 2025-05-07 06:48:23 UTC
+++ ui/compositor/compositor.h
@@ -463,7 +463,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)
|