aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/mixedtextblobs.cpp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-11-15 10:42:46 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-15 16:52:56 +0000
commitf436fbc4229f95aaa59d0cd54750ed4d14e65169 (patch)
tree855557b9a1b8380ea647e7b53deb28ef4baf2bd7 /gm/mixedtextblobs.cpp
parent09b8c91b696925c6c6a25c35173f2da27abf0fbe (diff)
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 <bungeman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gm/mixedtextblobs.cpp')
-rw-r--r--gm/mixedtextblobs.cpp5
1 files changed, 2 insertions, 3 deletions
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 {