$OpenBSD: patch-ui_base_cursor_cursor_factory_cc,v 1.2 2021/10/29 14:49:42 robert Exp $

Index: ui/base/cursor/cursor_factory.cc
--- ui/base/cursor/cursor_factory.cc.orig
+++ ui/base/cursor/cursor_factory.cc
@@ -80,7 +80,7 @@ void CursorFactory::ObserveThemeChanges() {
 
 void CursorFactory::SetDeviceScaleFactor(float scale) {}
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 
 // Returns a cursor name compatible with either X11 or the FreeDesktop.org
 // cursor spec ([1] and [2]), followed by fallbacks that can work as
