|
Delete RenderTextWin and RenderTextPango.
Windows, Linux, and Chrome OS use the cross-platform
RenderTextHarfBuzz class as of M40. Remove the
platform-specific RenderText implementations.
Also update chrome://flags so that only Mac users can
control whether RenderTextHarfBuzz is used. RenderTextMac is
still used there by default.
BUG= 321868, 398885
Committed: https://crrev.com/a55b0115d7f52cd51a309eca15b08aa68d139455
Cr-Commit-Position: refs/heads/master@{#314242}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+49 lines, -2232 lines) |
Patch |
|
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/about_flags.cc
|
View
|
1
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
ui/gfx/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -12 lines |
0 comments
|
Download
|
|
M |
ui/gfx/gfx.gyp
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
ui/gfx/render_text.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
ui/gfx/render_text.cc
|
View
|
1
2
|
2 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
|
M |
ui/gfx/render_text_mac.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
D |
ui/gfx/render_text_ozone.cc
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
ui/gfx/render_text_pango.h
|
View
|
|
1 chunk |
+0 lines, -89 lines |
0 comments
|
Download
|
|
D |
ui/gfx/render_text_pango.cc
|
View
|
|
1 chunk |
+0 lines, -535 lines |
0 comments
|
Download
|
|
M |
ui/gfx/render_text_unittest.cc
|
View
|
1
2
3
|
14 chunks |
+11 lines, -127 lines |
0 comments
|
Download
|
|
D |
ui/gfx/render_text_win.h
|
View
|
|
1 chunk |
+0 lines, -147 lines |
0 comments
|
Download
|
|
D |
ui/gfx/render_text_win.cc
|
View
|
|
1 chunk |
+0 lines, -1261 lines |
0 comments
|
Download
|
|
M |
ui/gfx/switches.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
ui/gfx/switches.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
ui/gfx/win/direct_write.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 9 (2 generated)
|