Index: experimental/PdfViewer/autogen/SkPdfFDFCatalogDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfFDFCatalogDictionary_autogen.cpp (revision 9812) |
+++ experimental/PdfViewer/autogen/SkPdfFDFCatalogDictionary_autogen.cpp (working copy) |
@@ -1,15 +0,0 @@ |
-#include "SkPdfFDFCatalogDictionary_autogen.h" |
- |
-std::string SkPdfFDFCatalogDictionary::Version() const { |
- std::string ret; |
- if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Version", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return ""; |
-} |
- |
-SkPdfDictionary* SkPdfFDFCatalogDictionary::FDF() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "FDF", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
-} |