aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/image.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-07-15 14:23:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-15 14:23:50 -0700
commit18a240d15ca132fab01ba179bd1165d6a182f1cf (patch)
treed6524185db0e7288ae19d8d8aa6dd9a6a84fdcc4 /gm/image.cpp
parente148ac5262eeb3e9a3726f1e5335cbfe33c879d9 (diff)
make *imagefilter morphology iamge bitmapsource gm portable
TBR=reed@google.com Review URL: https://codereview.chromium.org/1236403002
Diffstat (limited to 'gm/image.cpp')
-rw-r--r--gm/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/image.cpp b/gm/image.cpp
index 5e840fbb2f..68bcd7a26f 100644
--- a/gm/image.cpp
+++ b/gm/image.cpp
@@ -149,7 +149,7 @@ protected:
SkPaint textPaint;
textPaint.setAntiAlias(true);
- sk_tool_utils::set_portable_typeface(&textPaint);
+ sk_tool_utils::set_portable_typeface_always(&textPaint);
textPaint.setTextSize(8);
canvas->drawText(kLabel1, strlen(kLabel1), 10, 60, textPaint);