$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- ui/base/test/ui_controls.h.orig 2025-02-24 19:59:26.000000000 +0000 +++ ui/base/test/ui_controls.h @@ -184,7 +184,7 @@ bool SendTouchEventsNotifyWhenDone(int a 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