| Index: src/pdf/SkPDFDocument.h
|
| diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h
|
| index f39b59ef4731e516f00bb4d32e92558968de93ab..b63edc12d2e3dd0bcb2641e683a816e862cac299 100644
|
| --- a/src/pdf/SkPDFDocument.h
|
| +++ b/src/pdf/SkPDFDocument.h
|
| @@ -26,7 +26,6 @@ namespace SkPDFDocument {
|
| *
|
| * @param pageDevices An array of pages, in order. All pages
|
| * should be created using the same SkPDFCanon.
|
| - * TODO(halcanary): ASSERT this condition.
|
| * @param SkWStream The writable output stream to send the PDF to.
|
| */
|
| bool EmitPDF(const SkTDArray<SkPDFDevice*>& pageDevices, SkWStream*);
|
|
|