aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokefill.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-07-24 12:09:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-24 12:09:25 -0700
commit1818acb6a4b11cd9a1d44ce5dde77452502a9796 (patch)
treeda32cc017d51c679fc8dab4efa509b3c8603b615 /gm/strokefill.cpp
parentd9f13aef8dead11b65b75076746206161c65a3bd (diff)
rename portable_typeface_always to portable_typeface
TBR=reed@google.com Review URL: https://codereview.chromium.org/1257773002
Diffstat (limited to 'gm/strokefill.cpp')
-rw-r--r--gm/strokefill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/strokefill.cpp b/gm/strokefill.cpp
index f523413fa1..a7e404dabf 100644
--- a/gm/strokefill.cpp
+++ b/gm/strokefill.cpp
@@ -283,7 +283,7 @@ protected:
// use the portable typeface to generically test the fake bold code everywhere
// (as long as the freetype option to do the bolding itself isn't enabled)
- sk_tool_utils::set_portable_typeface_always(&paint, "serif");
+ sk_tool_utils::set_portable_typeface(&paint, "serif");
const unsigned char hiThere[] = "Hi There";
show_bold(canvas, hiThere, SK_ARRAY_COUNT(hiThere), x + SkIntToScalar(430), y, paint);