aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/getpostextpath.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-07-15 09:29:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-15 09:29:32 -0700
commit3aaa0db1c4a3177cfe498012b2905dc3dfa92a6f (patch)
tree5fe0faf422a0efaf9bc2176b91662b1eef23408b /gm/getpostextpath.cpp
parentcae3ca65d2b3ae8c8c878ec860ea0620231af81a (diff)
make colorwheelnative displacement dropshadowimagefilter getposttextpath gm portable
TBR=reed@google.com Review URL: https://codereview.chromium.org/1237233004
Diffstat (limited to 'gm/getpostextpath.cpp')
-rw-r--r--gm/getpostextpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp
index 2286602aa7..bb641a06e8 100644
--- a/gm/getpostextpath.cpp
+++ b/gm/getpostextpath.cpp
@@ -39,7 +39,7 @@ protected:
SkPaint paint;
paint.setAntiAlias(true);
- sk_tool_utils::set_portable_typeface(&paint);
+ sk_tool_utils::set_portable_typeface_always(&paint);
paint.setTextSize(SkIntToScalar(48));
canvas->translate(SkIntToScalar(10), SkIntToScalar(64));