blob: 0aa7f2954eafb4fcbf7a29538e9a6b9a11821f60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/compositor/compositor.h.orig 2025-05-11 11:50:45 UTC
+++ ui/compositor/compositor.h
@@ -476,7 +476,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)
|