| Index: src/pdf/SkPDFDocument.h
|
| diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h
|
| index f39b59ef4731e516f00bb4d32e92558968de93ab..3256f7452b2dd8c771cbae4519b964ed96712dde 100644
|
| --- a/src/pdf/SkPDFDocument.h
|
| +++ b/src/pdf/SkPDFDocument.h
|
| @@ -29,7 +29,7 @@ namespace SkPDFDocument {
|
| * TODO(halcanary): ASSERT this condition.
|
| * @param SkWStream The writable output stream to send the PDF to.
|
| */
|
| -bool EmitPDF(const SkTDArray<SkPDFDevice*>& pageDevices, SkWStream*);
|
| +bool EmitPDF(const SkTDArray<const SkPDFDevice*>& pageDevices, SkWStream*);
|
|
|
| /** Get the count of unique font types used in the given pages.
|
| */
|
|
|