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 7d072e40bad4..b9a144fb1c71 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-11-13 06:37:06 UTC +--- ui/gfx/render_text.cc.orig 2021-03-12 23:57:48 UTC +++ ui/gfx/render_text.cc -@@ -1191,32 +1191,33 @@ void RenderText::SetDisplayOffset(int horizontal_offse +@@ -1193,32 +1193,33 @@ void RenderText::SetDisplayOffset(int horizontal_offse const int extra_content = GetContentWidth() - display_rect_.width(); const int cursor_width = cursor_enabled_ ? 1 : 0; |