$OpenBSD: patch-ui_base_resource_resource_bundle_cc,v 1.8 2015/01/22 11:16:41 robert Exp $
--- ui/base/resource/resource_bundle.cc.orig.port	Wed Dec  3 03:32:12 2014
+++ ui/base/resource/resource_bundle.cc	Sat Dec  6 11:34:27 2014
@@ -642,7 +642,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;
