make mixedtextblobs gm portable

TBR=reed@google.com

Review URL: https://codereview.chromium.org/1250753004
This commit is contained in:
caryclark 2015-07-21 13:11:26 -07:00 committed by Commit bot
parent 4c4b84c005
commit e59524dff5

View File

@ -50,7 +50,7 @@ protected:
SkPaint paint;
paint.setTextSize(385);
const char* text = "O";
sk_tool_utils::set_portable_typeface(&paint);
sk_tool_utils::set_portable_typeface_always(&paint);
SkRect bounds;
paint.measureText(text, strlen(text), &bounds);