Add iOS to platform_os_emoji.

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2164783004

Review-Url: https://codereview.chromium.org/2164783004
This commit is contained in:
bungeman 2016-07-20 07:15:16 -07:00 committed by Commit bot
parent 7b70156334
commit fbbf01af04

View File

@ -71,7 +71,7 @@ const char* platform_os_emoji() {
if (!strcmp(osName, "Android") || !strcmp(osName, "Ubuntu")) {
return "CBDT";
}
if (!strncmp(osName, "Mac", 3)) {
if (!strncmp(osName, "Mac", 3) || !strncmp(osName, "iOS", 3)) {
return "SBIX";
}
if (!strncmp(osName, "Win", 3)) {