aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/drawbitmaprect.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-07-17 13:20:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-17 13:20:48 -0700
commit97a26d04e2a9324e7fc84c8a78d399e3484c9f50 (patch)
tree544d066fbd29b6dd96a3edb46defb5b11cbcbed2 /gm/drawbitmaprect.cpp
parente49109f3b599afa1f9fe85d241aa68e842a7264e (diff)
make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portable
TBR=reed@google.com Review URL: https://codereview.chromium.org/1240843005
Diffstat (limited to 'gm/drawbitmaprect.cpp')
-rw-r--r--gm/drawbitmaprect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/drawbitmaprect.cpp b/gm/drawbitmaprect.cpp
index 9db5ca71da..d7b5a9b236 100644
--- a/gm/drawbitmaprect.cpp
+++ b/gm/drawbitmaprect.cpp
@@ -163,7 +163,7 @@ protected:
blackPaint.setColor(SK_ColorBLACK);
blackPaint.setTextSize(titleHeight);
blackPaint.setAntiAlias(true);
- sk_tool_utils::set_portable_typeface(&blackPaint);
+ sk_tool_utils::set_portable_typeface_always(&blackPaint);
SkString title;
title.printf("Bitmap size: %d x %d", gBmpSize, gBmpSize);
canvas->drawText(title.c_str(), title.size(), 0,