Index: experimental/PdfViewer/autogen/SkPdfPrinterMarkAnnotationDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfPrinterMarkAnnotationDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfPrinterMarkAnnotationDictionary_autogen.h (working copy) |
@@ -532,13 +532,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Subtype", "", NULL)); |
} |
- std::string 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 Subtype() const; |
/** (Optional) An arbitrary name identifying the type of printer's mark, such as Color- |
* Bar or RegistrationTarget. |
**/ |
@@ -546,13 +540,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "MN", "", NULL)); |
} |
- std::string MN() const { |
- std::string ret; |
- if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "MN", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return ""; |
- } |
- |
+ std::string MN() const; |
}; |
#endif // __DEFINED__SkPdfPrinterMarkAnnotationDictionary |