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