| OLD | NEW |
| 1 #include "SkPdfJbig2DecodeFilterDictionary_autogen.h" | 1 #include "SkPdfJbig2DecodeFilterDictionary_autogen.h" |
| 2 | 2 |
| 3 SkPdfStream* SkPdfJbig2DecodeFilterDictionary::JBIG2Globals() const { | 3 SkPdfStream* SkPdfJbig2DecodeFilterDictionary::JBIG2Globals() const { |
| 4 SkPdfStream* ret; | 4 SkPdfStream* ret; |
| 5 if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "JBIG2Global
s", "", &ret)) return ret; | 5 if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "JBIG2Global
s", "", &ret)) return ret; |
| 6 // TODO(edisonn): warn about missing required field, assert for known good pdf
s | 6 // TODO(edisonn): warn about missing required field, assert for known good pdf
s |
| 7 return NULL; | 7 return NULL; |
| 8 } | 8 } |
| 9 |
| OLD | NEW |