From 1818acb6a4b11cd9a1d44ce5dde77452502a9796 Mon Sep 17 00:00:00 2001 From: caryclark Date: Fri, 24 Jul 2015 12:09:25 -0700 Subject: rename portable_typeface_always to portable_typeface TBR=reed@google.com Review URL: https://codereview.chromium.org/1257773002 --- gm/strokefill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/strokefill.cpp') 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); -- cgit v1.2.3