$OpenBSD: patch-ui_base_resource_resource_bundle_cc,v 1.13 2015/12/05 16:13:32 robert Exp $
--- ui/base/resource/resource_bundle.cc.orig.port	Fri Nov 13 12:04:32 2015
+++ ui/base/resource/resource_bundle.cc	Wed Dec  2 08:18:33 2015
@@ -631,7 +631,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;
