aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__toplevel__window.h
blob: 91708306c24d4a89a6107cc4c5fb395104cc1c54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/ozone/platform/wayland/host/wayland_toplevel_window.h.orig	2024-04-19 13:02:56 UTC
+++ ui/ozone/platform/wayland/host/wayland_toplevel_window.h
@@ -265,7 +265,7 @@ class WaylandToplevelWindow : public WaylandWindow,
   // The display ID to switch to in case the state is `kFullscreen`.
   int64_t fullscreen_display_id_ = display::kInvalidDisplayId;
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // Contains the current state of the tiled edges.
   WindowTiledEdges tiled_state_;
 #endif