Index: include/core/SkFont.h |
diff --git a/include/core/SkFont.h b/include/core/SkFont.h |
index 6e8a71501fec4315f164e82d247a44f6ed0f0f5a..e50909aaec78bf75c645b156709d925ed74ee8d3 100644 |
--- a/include/core/SkFont.h |
+++ b/include/core/SkFont.h |
@@ -146,7 +146,7 @@ public: |
bool isDevKern() const { return SkToBool(fFlags & kDevKern_Flag); } |
int textToGlyphs(const void* text, size_t byteLength, SkTextEncoding, |
- uint16_t glyphs[], int maxGlyphCount) const; |
+ SkGlyphID glyphs[], int maxGlyphCount) const; |
int countText(const void* text, size_t byteLength, SkTextEncoding encoding) { |
return this->textToGlyphs(text, byteLength, encoding, nullptr, 0); |