X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fskia%2Finclude%2Fports%2FSkRemotableFontMgr.h;h=1ff96a3fd6a7512405a7fea1c3df786b2ca726ea;hb=f5180d0a4dfe13ef74567dc9aa75047c1a9cd6de;hp=bd99497cda276d6440f2467bb8f628795953b230;hpb=669bbc0a54393464248e6bac22558cda42a9a350;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/skia/include/ports/SkRemotableFontMgr.h b/src/third_party/skia/include/ports/SkRemotableFontMgr.h index bd99497..1ff96a3 100644 --- a/src/third_party/skia/include/ports/SkRemotableFontMgr.h +++ b/src/third_party/skia/include/ports/SkRemotableFontMgr.h @@ -133,8 +133,14 @@ public: * Note that bpc47 is a combination of ISO 639, 15924, and 3166-1 codes, * so it is fine to just pass a ISO 639 here. */ +#ifdef SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER virtual SkFontIdentity matchNameStyleCharacter(const char familyName[], const SkFontStyle&, - const char bpc47[], SkUnichar character) const=0; + const char* bcp47[], int bcp47Count, + SkUnichar character) const=0; +#else + virtual SkFontIdentity matchNameStyleCharacter(const char familyName[], const SkFontStyle&, + const char bcp47[], SkUnichar character) const=0; +#endif /** * Returns the data for the given data id.