Index: src/pdf/SkPDFFont.h |
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h |
index 48d9c30b815f500bc3c4d7538f00bc70f9fbcda4..27f1b5bfe3c35e169b1be72d2fca30516f32460d 100644 |
--- a/src/pdf/SkPDFFont.h |
+++ b/src/pdf/SkPDFFont.h |
@@ -164,7 +164,7 @@ protected: |
/** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs, |
* including the passed glyphID. |
*/ |
- void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID); |
+ void adjustGlyphRangeForSingleByteEncoding(uint16_t glyphID); |
// Generate ToUnicode table according to glyph usage subset. |
// If subset is NULL, all available glyph ids will be used. |