Index: experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfPopUpAnnotationDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfPopUpAnnotationDictionary_autogen.cpp (revision 9879) |
+++ experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfPopUpAnnotationDictionary_autogen.cpp (working copy) |
@@ -1,29 +0,0 @@ |
-#include "SkPdfPopUpAnnotationDictionary_autogen.h" |
- |
-std::string SkPdfPopUpAnnotationDictionary::Subtype() const { |
- std::string ret; |
- if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Subtype", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return ""; |
-} |
- |
-std::string SkPdfPopUpAnnotationDictionary::Contents() const { |
- std::string ret; |
- if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Contents", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return ""; |
-} |
- |
-SkPdfDictionary* SkPdfPopUpAnnotationDictionary::Parent() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Parent", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
-} |
- |
-bool SkPdfPopUpAnnotationDictionary::Open() const { |
- bool ret; |
- if (BoolFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Open", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return false; |
-} |