aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_base_test_ui__controls.h
blob: 5848d78f24474c5d638f3bc69a99b26a8b611e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/base/test/ui_controls.h.orig	2023-12-10 06:10:27 UTC
+++ ui/base/test/ui_controls.h
@@ -183,7 +183,7 @@ bool SendTouchEventsNotifyWhenDone(int action,
                                    base::OnceClosure task);
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // Forces the platform implementation to use screen coordinates, even if they're
 // not really available, the next time that ui_controls::SendMouseMove() or
 // ui_controls::SendMouseMoveNotifyWhenDone() is called, or some other method