blob: 83dd2577a6f5db1287e56e58c13b4ac0e6f45003 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/compositor/compositor.h.orig 2025-10-18 06:45:48 UTC
+++ ui/compositor/compositor.h
@@ -462,7 +462,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)
|