aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/morphology.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/morphology.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/morphology.cpp')
-rw-r--r--gm/morphology.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/morphology.cpp b/gm/morphology.cpp
index cb321c6efd..e12c8fb8aa 100644
--- a/gm/morphology.cpp
+++ b/gm/morphology.cpp
@@ -31,7 +31,7 @@ protected:
canvas.clear(0x0);
SkPaint paint;
paint.setAntiAlias(true);
- sk_tool_utils::set_portable_typeface(&paint);
+ sk_tool_utils::set_portable_typeface_always(&paint);
const char* str1 = "ABC";
const char* str2 = "XYZ";
paint.setColor(0xFFFFFFFF);