aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/largeglyphblur.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-07-16 14:16:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-16 14:16:04 -0700
commitef14cb397cca75607019e2cc401d4bb9969ed105 (patch)
tree4af9b4ab7579235f79dc6cb5643240e75b2e51f4 /gm/largeglyphblur.cpp
parent31b21f67190916b94c5345126ddab327a8feac57 (diff)
make glyph_pos imageblur* largeglyphblur portable
R=reed@google.com,bungeman@google.com Review URL: https://codereview.chromium.org/1243493003
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 8723824e13..9d9ff418cf 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(&paint);
+ sk_tool_utils::set_portable_typeface_always(&paint);
paint.setTextSize(256);
paint.setAntiAlias(true);