aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__toplevel__window.h
blob: 96030f51d5147a16fc9f6ec7cfb057c36192d0c6 (plain) (tree)
1
2
3
4
5
6
7
8
                                                                                               
                                                            
                                                                       

                                                                     
 

                                             


                                                    
--- ui/ozone/platform/wayland/host/wayland_toplevel_window.h.orig	2024-05-21 18:07:39 UTC
+++ ui/ozone/platform/wayland/host/wayland_toplevel_window.h
@@ -263,7 +263,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