Index: content/shell/app/blink_test_platform_support_linux.cc |
diff --git a/content/shell/app/blink_test_platform_support_linux.cc b/content/shell/app/blink_test_platform_support_linux.cc |
index a05816fa3411faa715dcc9fee890f83d71cd1478..7bf64c96cdb04d6e8f0bf17d151a07ebfb059f2e 100644 |
--- a/content/shell/app/blink_test_platform_support_linux.cc |
+++ b/content/shell/app/blink_test_platform_support_linux.cc |
@@ -49,6 +49,8 @@ bool BlinkTestPlatformInitialize() { |
base::FilePath garuda_path("/usr/share/fonts/truetype/thai/Garuda.ttf"); |
if (!base::PathExists(garuda_path)) |
garuda_path = base::FilePath("/usr/share/fonts/truetype/tlwg/Garuda.ttf"); |
+ if (!base::PathExists(garuda_path)) |
+ garuda_path = base::FilePath("/usr/share/fonts/opentype/tlwg/Garuda.otf"); |
if (!gfx::LoadFontIntoFontconfig(garuda_path)) |
return false; |