$OpenBSD: patch-ui_events_event_switches_cc,v 1.2 2014/07/20 17:22:34 robert Exp $
--- ui/events/event_switches.cc.orig.port	Tue Jul 15 13:02:14 2014
+++ ui/events/event_switches.cc	Thu Jul 17 12:25:32 2014
@@ -22,7 +22,7 @@ const char kTouchEventsDisabled[] = "disabled";
 // Use the unified gesture detector, instead of the aura gesture detector.
 const char kUseUnifiedGestureDetector[] = "use-unified-gesture-detector";
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
 // Tells chrome to interpret events from these devices as touch events. Only
 // available with XInput 2 (i.e. X server 1.8 or above). The id's of the
 // devices can be retrieved from 'xinput list'.
