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/emptypath.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm/emptypath.cpp') diff --git a/gm/emptypath.cpp b/gm/emptypath.cpp index 64eb28694f..ec60bfcaeb 100644 --- a/gm/emptypath.cpp +++ b/gm/emptypath.cpp @@ -63,7 +63,7 @@ protected: SkPaint titlePaint; titlePaint.setColor(SK_ColorBLACK); titlePaint.setAntiAlias(true); - sk_tool_utils::set_portable_typeface_always(&titlePaint); + sk_tool_utils::set_portable_typeface(&titlePaint); titlePaint.setTextSize(15 * SK_Scalar1); const char title[] = "Empty Paths Drawn Into Rectangle Clips With " "Indicated Style and Fill"; @@ -106,7 +106,7 @@ protected: SkPaint labelPaint; labelPaint.setColor(color); labelPaint.setAntiAlias(true); - sk_tool_utils::set_portable_typeface_always(&labelPaint); + sk_tool_utils::set_portable_typeface(&labelPaint); labelPaint.setTextSize(12 * SK_Scalar1); canvas->drawText(gStyles[style].fName, strlen(gStyles[style].fName), -- cgit v1.2.3