| Index: src/pdf/SkPDFFont.h
|
| diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
|
| index 68a00f079a2d2e7c029d1f4d984f61d2e7bd5a45..3a5234d264a39b3638d3536a408aaf1bf9479d5c 100644
|
| --- a/src/pdf/SkPDFFont.h
|
| +++ b/src/pdf/SkPDFFont.h
|
| @@ -111,7 +111,7 @@ public:
|
| * @param numGlyphs The number of input glyphs.
|
| * @return Returns the number of glyphs consumed.
|
| */
|
| - size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
|
| + int glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs);
|
|
|
| /** Get the font resource for the passed typeface and glyphID. The
|
| * reference count of the object is incremented and it is the caller's
|
|
|