Chromium Code Reviews| Index: gm/imageblur.cpp |
| diff --git a/gm/imageblur.cpp b/gm/imageblur.cpp |
| index b8e1971711d987781ae0dbd5340066f931bb7fb4..2e856781d3367c266db3f3ce9fe89b58680a9dea 100644 |
| --- a/gm/imageblur.cpp |
| +++ b/gm/imageblur.cpp |
| @@ -44,6 +44,7 @@ protected: |
| SkRandom rand; |
| SkPaint textPaint; |
| textPaint.setAntiAlias(true); |
| + sk_tool_utils::set_portable_typeface(&textPaint); |
| for (int i = 0; i < 25; ++i) { |
| int x = rand.nextULessThan(WIDTH); |
| int y = rand.nextULessThan(HEIGHT); |