aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_ozone_test_mock__platform__window__delegate.h
blob: 047bd1ab09ddbe6b093eb40c179844d091bac7ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/ozone/test/mock_platform_window_delegate.h.orig	2023-11-03 10:09:45 UTC
+++ ui/ozone/test/mock_platform_window_delegate.h
@@ -32,7 +32,7 @@ class MockPlatformWindowDelegate : public PlatformWind
   MOCK_METHOD2(OnWindowStateChanged,
                void(PlatformWindowState old_state,
                     PlatformWindowState new_state));
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   MOCK_METHOD1(OnWindowTiledStateChanged,
                void(WindowTiledEdges new_tiled_edges));
   MOCK_METHOD0(OnFullscreenModeChanged, void());