| Index: experimental/PdfViewer/SkPdfType5HalftoneDictionary_autogen.h
|
| ===================================================================
|
| --- experimental/PdfViewer/SkPdfType5HalftoneDictionary_autogen.h (revision 9685)
|
| +++ experimental/PdfViewer/SkPdfType5HalftoneDictionary_autogen.h (working copy)
|
| @@ -165,20 +165,20 @@
|
| virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
|
| virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL;}
|
|
|
| - virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;}
|
| - virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return NULL;}
|
| -
|
| virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;}
|
| virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;}
|
|
|
| + virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;}
|
| + virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return NULL;}
|
| +
|
| virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;}
|
| virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;}
|
|
|
| virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;}
|
| virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() const {return NULL;}
|
|
|
| - virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;}
|
| - virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return NULL;}
|
| + virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;}
|
| + virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return NULL;}
|
|
|
| virtual SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() {return NULL;}
|
| virtual const SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() const {return NULL;}
|
| @@ -592,11 +592,11 @@
|
| return ret->podofo()->HasStream();
|
| }
|
|
|
| - SkPdfStream get[any_colorant_name]AsStream() const {
|
| - SkPdfStream ret = SkPdfStream();
|
| + SkPdfStream* get[any_colorant_name]AsStream() const {
|
| + SkPdfStream* ret = NULL;
|
| if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "[any_colorant_name]", "", &ret)) return ret;
|
| // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return SkPdfStream();
|
| + return NULL;
|
| }
|
|
|
| */
|
| @@ -628,11 +628,11 @@
|
| return ret->podofo()->HasStream();
|
| }
|
|
|
| - SkPdfStream getDefaultAsStream() const {
|
| - SkPdfStream ret = SkPdfStream();
|
| + SkPdfStream* getDefaultAsStream() const {
|
| + SkPdfStream* ret = NULL;
|
| if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Default", "", &ret)) return ret;
|
| // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return SkPdfStream();
|
| + return NULL;
|
| }
|
|
|
| };
|
|
|