| Index: experimental/PdfViewer/autogen/SkPdfPageObjectActionsDictionary_autogen.cpp
|
| ===================================================================
|
| --- experimental/PdfViewer/autogen/SkPdfPageObjectActionsDictionary_autogen.cpp (revision 0)
|
| +++ experimental/PdfViewer/autogen/SkPdfPageObjectActionsDictionary_autogen.cpp (revision 0)
|
| @@ -0,0 +1,16 @@
|
| +#include "SkPdfPageObjectActionsDictionary_autogen.h"
|
| +
|
| +SkPdfDictionary* SkPdfPageObjectActionsDictionary::O() const {
|
| + SkPdfDictionary* ret;
|
| + if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "O", "", &ret)) return ret;
|
| + // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| + return NULL;
|
| +}
|
| +
|
| +SkPdfDictionary* SkPdfPageObjectActionsDictionary::C() const {
|
| + SkPdfDictionary* ret;
|
| + if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", &ret)) return ret;
|
| + // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| + return NULL;
|
| +}
|
| +
|
|
|