Index: experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.cpp (revision 0) |
+++ experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.cpp (revision 0) |
@@ -0,0 +1,9 @@ |
+#include "SkPdfJbig2DecodeFilterDictionary_autogen.h" |
+ |
+SkPdfStream* SkPdfJbig2DecodeFilterDictionary::JBIG2Globals() const { |
+ SkPdfStream* ret; |
+ if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "JBIG2Globals", "", &ret)) return ret; |
+ // TODO(edisonn): warn about missing required field, assert for known good pdfs |
+ return NULL; |
+} |
+ |