edisonn@google.com | 131d4ee | 2013-06-26 17:48:12 +0000 | [diff] [blame] | 1 | #include "SkPdfPageObjectActionsDictionary_autogen.h" |
| 2 | |
| 3 | SkPdfDictionary* SkPdfPageObjectActionsDictionary::O() const { |
| 4 | SkPdfDictionary* ret; |
| 5 | if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "O", "", &ret)) return ret; |
| 6 | // TODO(edisonn): warn about missing required field, assert for known good pdfs |
| 7 | return NULL; |
| 8 | } |
| 9 | |
| 10 | SkPdfDictionary* SkPdfPageObjectActionsDictionary::C() const { |
| 11 | SkPdfDictionary* ret; |
| 12 | if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", &ret)) return ret; |
| 13 | // TODO(edisonn): warn about missing required field, assert for known good pdfs |
| 14 | return NULL; |
| 15 | } |
edisonn@google.com | 6e49c34 | 2013-06-27 20:03:43 +0000 | [diff] [blame^] | 16 | |