aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/largeglyphblur.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/largeglyphblur.cpp')
-rw-r--r--gm/largeglyphblur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/largeglyphblur.cpp b/gm/largeglyphblur.cpp
index 9d9ff418cf..8723824e13 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_always(&paint);
+ sk_tool_utils::set_portable_typeface(&paint);
paint.setTextSize(256);
paint.setAntiAlias(true);