Chromium Code Reviews

Unified Diff: experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.h

Issue 17856004: refactoring for pdf viewer lib (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.h
===================================================================
--- experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.h (revision 9765)
+++ experimental/PdfViewer/autogen/SkPdfJbig2DecodeFilterDictionary_autogen.h (working copy)
@@ -533,13 +533,7 @@
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "JBIG2Globals", "", NULL));
}
- SkPdfStream* 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;
- }
-
+ SkPdfStream* JBIG2Globals() const;
};
#endif // __DEFINED__SkPdfJbig2DecodeFilterDictionary

Powered by Google App Engine