| Index: src/pdf/SkPDFFont.cpp
|
| diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp
|
| index d8755ae9a38572bfe9cca0a73864e479a6c40278..017b0168b04d8625131cd1bf78dd2c6b7b78f74a 100644
|
| --- a/src/pdf/SkPDFFont.cpp
|
| +++ b/src/pdf/SkPDFFont.cpp
|
| @@ -1011,7 +1011,7 @@ SkPDFFont* SkPDFType0Font::getFontSubset(const SkPDFGlyphSet* subset) {
|
| #ifdef SK_DEBUG
|
| void SkPDFType0Font::emitObject(SkWStream* stream,
|
| const SkPDFObjNumMap& objNumMap,
|
| - const SkPDFSubstituteMap& substitutes) {
|
| + const SkPDFSubstituteMap& substitutes) const {
|
| SkASSERT(fPopulated);
|
| return INHERITED::emitObject(stream, objNumMap, substitutes);
|
| }
|
|
|