| Index: experimental/PdfViewer/autogen/SkPdfImportDataActionDictionary_autogen.cpp
|
| ===================================================================
|
| --- experimental/PdfViewer/autogen/SkPdfImportDataActionDictionary_autogen.cpp (revision 0)
|
| +++ experimental/PdfViewer/autogen/SkPdfImportDataActionDictionary_autogen.cpp (revision 0)
|
| @@ -0,0 +1,16 @@
|
| +#include "SkPdfImportDataActionDictionary_autogen.h"
|
| +
|
| +std::string SkPdfImportDataActionDictionary::S() const {
|
| + std::string ret;
|
| + if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "S", "", &ret)) return ret;
|
| + // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| + return "";
|
| +}
|
| +
|
| +SkPdfFileSpec SkPdfImportDataActionDictionary::F() const {
|
| + SkPdfFileSpec ret;
|
| + if (FileSpecFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "F", "", &ret)) return ret;
|
| + // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| + return SkPdfFileSpec();
|
| +}
|
| +
|
|
|