Index: experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.h (working copy) |
@@ -532,13 +532,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Root", "", NULL)); |
} |
- SkPdfDictionary* Root() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Root", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
- } |
- |
+ SkPdfDictionary* Root() const; |
}; |
#endif // __DEFINED__SkPdfFDFTrailerDictionary |