| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index 18be58de437ada291cd853a488c5dd7a89874c31..f58e74cc88a37d4c73a615472725bcc341275ba7 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -273,8 +273,7 @@ private:
|
| int addGraphicStateResource(SkPDFObject* gs);
|
| int addXObjectResource(SkPDFObject* xObject);
|
|
|
| - void updateFont(const SkPaint& paint, uint16_t glyphID,
|
| - ContentEntry* contentEntry);
|
| + void updateFont(const SkPaint& paint, uint16_t glyphID, ContentEntry* contentEntry);
|
| int getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID);
|
|
|
| void internalDrawPaint(const SkPaint& paint, ContentEntry* contentEntry);
|
|
|