Chromium Code Reviews| Index: gm/imageblurtiled.cpp |
| diff --git a/gm/imageblurtiled.cpp b/gm/imageblurtiled.cpp |
| index 0580405dfea99d099d3a01689e71fc9c8954e661..ed4ae6cef3e6a7bd7795796d03ffb3a9e2a708af 100644 |
| --- a/gm/imageblurtiled.cpp |
| +++ b/gm/imageblurtiled.cpp |
| @@ -50,6 +50,7 @@ protected: |
| }; |
| SkPaint textPaint; |
| textPaint.setAntiAlias(true); |
| + sk_tool_utils::set_portable_typeface(&textPaint); |
| textPaint.setTextSize(SkIntToScalar(100)); |
| int posY = 0; |
| for (unsigned i = 0; i < SK_ARRAY_COUNT(str); i++) { |