$OpenBSD: patch-ui_base_resource_resource_bundle_cc,v 1.11 2015/07/23 13:44:04 robert Exp $
--- ui/base/resource/resource_bundle.cc.orig.port	Wed Jul 15 22:30:08 2015
+++ ui/base/resource/resource_bundle.cc	Wed Jul 22 08:37:30 2015
@@ -610,7 +610,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;
