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