$OpenBSD: patch-content_browser_renderer_host_render_widget_host_impl_cc,v 1.4 2016/05/28 14:49:39 robert Exp $
--- content/browser/renderer_host/render_widget_host_impl.cc.orig.port	Wed May 25 21:01:01 2016
+++ content/browser/renderer_host/render_widget_host_impl.cc	Thu May 26 08:09:46 2016
@@ -648,7 +648,7 @@ void RenderWidgetHostImpl::WasResized() {
 }
 
 void RenderWidgetHostImpl::DispatchColorProfile() {
-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD)
   static bool image_profiles = base::CommandLine::ForCurrentProcess()->
      HasSwitch(switches::kEnableImageColorProfiles);
   if (!image_profiles)
