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