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