$OpenBSD: patch-ui_gfx_canvas_skia_cc,v 1.3 2015/05/26 17:37:40 robert Exp $
--- ui/gfx/canvas_skia.cc.orig.port	Thu May 14 00:23:12 2015
+++ ui/gfx/canvas_skia.cc	Wed May 20 08:34:57 2015
@@ -237,7 +237,7 @@ void Canvas::DrawStringRectWithShadows(const base::str
     Range range = StripAcceleratorChars(flags, &adjusted_text);
     bool elide_text = ((flags & NO_ELLIPSIS) == 0);
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
     // On Linux, eliding really means fading the end of the string. But only
     // for LTR text. RTL text is still elided (on the left) with "...".
     if (elide_text) {
