summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-ui_gfx_canvas_skia_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-ui_gfx_canvas_skia_cc')
-rw-r--r--www/chromium/patches/patch-ui_gfx_canvas_skia_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-ui_gfx_canvas_skia_cc b/www/chromium/patches/patch-ui_gfx_canvas_skia_cc
deleted file mode 100644
index 40942a8..0000000
--- a/www/chromium/patches/patch-ui_gfx_canvas_skia_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: ui/gfx/canvas_skia.cc
2--- ui/gfx/canvas_skia.cc.orig
3+++ ui/gfx/canvas_skia.cc
4@@ -200,7 +200,7 @@ void Canvas::DrawStringRectWithFlags(const std::u16str
5 Range range = StripAcceleratorChars(flags, &adjusted_text);
6 bool elide_text = ((flags & NO_ELLIPSIS) == 0);
7
8-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
9+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
10 // On Linux, eliding really means fading the end of the string. But only
11 // for LTR text. RTL text is still elided (on the left) with "...".
12 if (elide_text) {