Chromium Code Reviews| Index: gm/imagefiltersgraph.cpp |
| diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp |
| index af3ebb7bc15efeecc755e904dcb41fc2e8c1a0a9..6500824b029e28807fbea11caa28cdb1a12edebf 100644 |
| --- a/gm/imagefiltersgraph.cpp |
| +++ b/gm/imagefiltersgraph.cpp |
| @@ -99,6 +99,7 @@ protected: |
| canvas.clear(0x00000000); |
| SkPaint paint; |
| paint.setAntiAlias(true); |
| + sk_tool_utils::set_portable_typeface(&paint); |
| paint.setColor(0xFFFFFFFF); |
| paint.setTextSize(SkIntToScalar(96)); |
| const char* str = "e"; |