From f436fbc4229f95aaa59d0cd54750ed4d14e65169 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 15 Nov 2017 10:42:46 -0500 Subject: slice GMs by native font platform, not by emoji format Right now the native font platform implies what emoji formats are supported, and we hope to support more than one per platform. Let's get these formats out of the name. As with most other font-y things, only the NativeFont bots are going to get back anything interesting now. The others will see no emoji font and an empty emoji sample text string. I'm going to look at a pre-baked testing SkTypeface that serves as an emoji font for the non-NativeFont bots next. Change-Id: Ie1374fc0e988bfe20ae21208e2f7e0a66a68fcb1 Reviewed-on: https://skia-review.googlesource.com/71762 Reviewed-by: Ben Wagner Commit-Queue: Mike Klein --- gm/mixedtextblobs.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gm/mixedtextblobs.cpp') diff --git a/gm/mixedtextblobs.cpp b/gm/mixedtextblobs.cpp index c7e3b2d742..887bd5bf17 100644 --- a/gm/mixedtextblobs.cpp +++ b/gm/mixedtextblobs.cpp @@ -99,9 +99,8 @@ protected: } SkString onShortName() override { - return SkStringPrintf("mixedtextblobs%s%s", - sk_tool_utils::platform_font_manager(), - sk_tool_utils::platform_os_emoji()); + return SkStringPrintf("mixedtextblobs%s", + sk_tool_utils::platform_font_manager()); } SkISize onISize() override { -- cgit v1.2.3