diff options
Diffstat (limited to 'www/chromium/files/patch-ui_gfx_render__text.cc')
-rw-r--r-- | www/chromium/files/patch-ui_gfx_render__text.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-ui_gfx_render__text.cc b/www/chromium/files/patch-ui_gfx_render__text.cc index 1d624f958cea..750a8756e2d8 100644 --- a/www/chromium/files/patch-ui_gfx_render__text.cc +++ b/www/chromium/files/patch-ui_gfx_render__text.cc @@ -1,6 +1,6 @@ ---- ui/gfx/render_text.cc.orig 2020-07-07 21:58:19 UTC +--- ui/gfx/render_text.cc.orig 2020-09-08 19:14:28 UTC +++ ui/gfx/render_text.cc -@@ -1179,32 +1179,33 @@ void RenderText::SetDisplayOffset(int horizontal_offse +@@ -1192,32 +1192,33 @@ void RenderText::SetDisplayOffset(int horizontal_offse const int extra_content = GetContentWidth() - display_rect_.width(); const int cursor_width = cursor_enabled_ ? 1 : 0; |