$OpenBSD: patch-ui_base_resource_resource_bundle_cc,v 1.2 2015/05/06 14:27:24 robert Exp $
--- ui/base/resource/resource_bundle.cc.orig.port	Wed Apr 15 00:18:59 2015
+++ ui/base/resource/resource_bundle.cc	Wed Apr 15 08:32:50 2015
@@ -611,7 +611,7 @@ void ResourceBundle::InitSharedInstance(Delegate* dele
 #elif defined(OS_CHROMEOS)
   // TODO(oshima): Include 200P only if the device support 200P
   supported_scale_factors.push_back(SCALE_FACTOR_200P);
-#elif defined(OS_LINUX) && defined(ENABLE_HIDPI)
+#elif (defined(OS_LINUX) || defined(OS_BSD)) && defined(ENABLE_HIDPI)
   supported_scale_factors.push_back(SCALE_FACTOR_200P);
 #elif defined(OS_WIN)
   bool default_to_100P = true;
