blob: 3126cf00259476c56485c4479b218774a24c35d5 [file] [log] [blame]
#include "SkPdfEncryptedEmbeddedFileStreamDictionary_autogen.h"
long SkPdfEncryptedEmbeddedFileStreamDictionary::EncryptionRevision() const {
long ret;
if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "EncryptionRevision", "", &ret)) return ret;
// TODO(edisonn): warn about missing required field, assert for known good pdfs
return 0;
}