$OpenBSD: patch-ui_gl_gl_surface_glx_cc,v 1.1 2015/01/22 11:16:41 robert Exp $
--- ui/gl/gl_surface_glx.cc.orig.port	Sat Dec 27 12:54:25 2014
+++ ui/gl/gl_surface_glx.cc	Sat Dec 27 12:54:57 2014
@@ -57,7 +57,7 @@ bool g_glx_get_msc_rate_oml_supported = false;
 bool g_glx_sgi_video_sync_supported = false;
 
 static const base::TimeDelta kGetVSyncParametersMinPeriod =
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
     // See crbug.com/373489
     // On Linux, querying the vsync parameters might burn CPU for up to an
     // entire vsync, so we only query periodically to reduce CPU usage.
