aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/imageblurtiled.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/imageblurtiled.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/imageblurtiled.cpp')
-rw-r--r--gm/imageblurtiled.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/imageblurtiled.cpp b/gm/imageblurtiled.cpp
index ed4ae6cef3..5b00b1752a 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++) {