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