aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-ui_ozone_test_mock__platform__window__delegate.h
blob: d897cd56b7bd1055484434310589f8f6752cddbc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                 
                                                                        


                                                     

                                             

                                                        
       
--- ui/ozone/test/mock_platform_window_delegate.h.orig	2024-03-22 08:19:40 UTC
+++ ui/ozone/test/mock_platform_window_delegate.h
@@ -33,7 +33,7 @@ class MockPlatformWindowDelegate : public PlatformWind
   MOCK_METHOD2(OnWindowStateChanged,
                void(PlatformWindowState old_state,
                     PlatformWindowState new_state));
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   MOCK_METHOD1(OnWindowTiledStateChanged,
                void(WindowTiledEdges new_tiled_edges));
 #endif