$OpenBSD: patch-ui_base_ui_base_features_cc,v 1.6 2019/05/10 21:55:40 robert Exp $

Index: ui/base/ui_base_features.cc
--- ui/base/ui_base_features.cc.orig
+++ ui/base/ui_base_features.cc
@@ -108,7 +108,7 @@ const base::Feature kEnableAutomaticUiAdjustmentsForTo
     "EnableAutomaticUiAdjustmentsForTouch", base::FEATURE_ENABLED_BY_DEFAULT};
 #endif  // defined(OS_WIN) || defined(OS_CHROMEOS)
 
-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD)
 // Enables stylus appearing as touch when in contact with digitizer.
 const base::Feature kDirectManipulationStylus = {
     "DirectManipulationStylus",
