blob: 289971128a82ef82c9b118eda4062ea08a9ef83f [file] [log] [blame]
#include "SkPdfRadioButtonFieldDictionary_autogen.h"
SkPdfArray* SkPdfRadioButtonFieldDictionary::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;
}