Index: experimental/PdfViewer/autogen/SkPdfWebCaptureInformationDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfWebCaptureInformationDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfWebCaptureInformationDictionary_autogen.h (working copy) |
@@ -533,13 +533,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "V", "", NULL)); |
} |
- double V() const { |
- double ret; |
- if (DoubleFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "V", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
- } |
- |
+ double V() const; |
/** (Optional) An array of indirect references to Web Capture command dictionaries (see |
* "Command Dictionaries" on page 672) describing commands that were used in building |
* the PDF file. The commands appear in the array in the order in which they were executed |
@@ -549,13 +543,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", NULL)); |
} |
- SkPdfArray* C() const { |
- SkPdfArray* ret; |
- if (ArrayFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
- } |
- |
+ SkPdfArray* C() const; |
}; |
#endif // __DEFINED__SkPdfWebCaptureInformationDictionary |