| Index: ui/gfx/test/fontconfig_util_linux.cc
|
| diff --git a/ui/gfx/test/fontconfig_util_linux.cc b/ui/gfx/test/fontconfig_util_linux.cc
|
| index c3c67e5d1b5debc0777cdc7fa90e6761817d6517..fd1ac563fa0ea142384a750f0f9ab00c91873761 100644
|
| --- a/ui/gfx/test/fontconfig_util_linux.cc
|
| +++ b/ui/gfx/test/fontconfig_util_linux.cc
|
| @@ -15,10 +15,8 @@
|
| namespace gfx {
|
|
|
| const char* const kSystemFontsForFontconfig[] = {
|
| - "/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf",
|
| - "/usr/share/fonts/opentype/ipafont-gothic/ipagp.ttf",
|
| - "/usr/share/fonts/opentype/ipafont-mincho/ipam.ttf",
|
| - "/usr/share/fonts/opentype/ipafont-mincho/ipamp.ttf",
|
| + "/usr/share/fonts/truetype/kochi/kochi-gothic.ttf",
|
| + "/usr/share/fonts/truetype/kochi/kochi-mincho.ttf",
|
| "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf",
|
| "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf",
|
| "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold_Italic.ttf",
|
|
|