Index: experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.cpp (revision 0) |
+++ experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.cpp (revision 0) |
@@ -0,0 +1,9 @@ |
+#include "SkPdfFDFTrailerDictionary_autogen.h" |
+ |
+SkPdfDictionary* SkPdfFDFTrailerDictionary::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; |
+} |
+ |