Chromium Code Reviews| Index: src/pdf/SkPDFFontImpl.h |
| diff --git a/src/pdf/SkPDFFontImpl.h b/src/pdf/SkPDFFontImpl.h |
| index 99f1941a8cab082c947c7c4c7113c5eb8bc531dd..842e1c954711929c259dc7644067b6adbce63cb2 100644 |
| --- a/src/pdf/SkPDFFontImpl.h |
| +++ b/src/pdf/SkPDFFontImpl.h |
| @@ -78,7 +78,7 @@ private: |
| SkPDFType3Font(const SkAdvancedTypefaceMetrics* info, |
| SkTypeface* typeface, uint16_t glyphID); |
| - bool populate(int16_t glyphID); |
| + bool populate(uint16_t glyphID); |
| }; |
| #endif |