Index: include/ports/SkRemotableFontMgr.h |
diff --git a/include/ports/SkRemotableFontMgr.h b/include/ports/SkRemotableFontMgr.h |
index bf2459955f5ce27d8bdaf25a2e2eb3cbde2baef1..8a19cd1957e64baf5a1a22157208972039930722 100644 |
--- a/include/ports/SkRemotableFontMgr.h |
+++ b/include/ports/SkRemotableFontMgr.h |
@@ -135,7 +135,8 @@ public: |
* so it is fine to just pass a ISO 639 here. |
*/ |
virtual SkFontIdentity matchNameStyleCharacter(const char familyName[], const SkFontStyle&, |
- const char bpc47[], SkUnichar character) const=0; |
+ const char* bcp47[], int bcpLength, |
+ SkUnichar character) const=0; |
/** |
* Returns the data for the given data id. |