Chromium Code Reviews| Index: gm/largeglyphblur.cpp |
| diff --git a/gm/largeglyphblur.cpp b/gm/largeglyphblur.cpp |
| index 8723824e13707e1ca58d19489ec67ff02dbb3558..9d9ff418cf2b52e215f75391db2b3bdc0d74537f 100644 |
| --- a/gm/largeglyphblur.cpp |
| +++ b/gm/largeglyphblur.cpp |
| @@ -32,7 +32,7 @@ protected: |
| const char text[] = "Hamburgefons"; |
| SkPaint paint; |
| - sk_tool_utils::set_portable_typeface(&paint); |
| + sk_tool_utils::set_portable_typeface_always(&paint); |
| paint.setTextSize(256); |
| paint.setAntiAlias(true); |