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 a805803da0a8..24f52d4575ea 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 2019-03-11 22:01:19 UTC +--- ui/gfx/render_text.cc.orig 2019-07-24 18:59:22 UTC +++ ui/gfx/render_text.cc -@@ -934,32 +934,33 @@ void RenderText::SetDisplayOffset(int horizontal_offse +@@ -976,32 +976,33 @@ void RenderText::SetDisplayOffset(int horizontal_offse const int extra_content = GetContentWidth() - display_rect_.width(); const int cursor_width = cursor_enabled_ ? 1 : 0; |