$OpenBSD: patch-ui_webui_resources_js_util_js,v 1.2 2016/04/16 19:08:46 robert Exp $
--- ui/webui/resources/js/util.js.orig.port	Wed Apr 13 23:00:05 2016
+++ ui/webui/resources/js/util.js	Thu Apr 14 08:25:16 2016
@@ -52,7 +52,7 @@ function announceAccessibleMessage(msg) {
  */
 function getSupportedScaleFactors() {
   var supportedScaleFactors = [];
-  if (cr.isMac || cr.isChromeOS || cr.isWindows || cr.isLinux) {
+  if (cr.isMac || cr.isChromeOS || cr.isWindows || cr.isLinux || cr.isBSD) {
     // All desktop platforms support zooming which also updates the
     // renderer's device scale factors (a.k.a devicePixelRatio), and
     // these platforms has high DPI assets for 2.0x. Use 1x and 2x in
