Index: experimental/PdfViewer/autogen/SkPdfGroupAttributesDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfGroupAttributesDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfGroupAttributesDictionary_autogen.h (working copy) |
@@ -532,13 +532,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Type", "", NULL)); |
} |
- std::string Type() const { |
- std::string ret; |
- if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Type", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return ""; |
- } |
- |
+ std::string Type() const; |
/** (Required) The group subtype, which identifies the type of group whose at- |
* tributes this dictionary describes and determines the format and meaning of the |
* dictionary's remaining entries. The only group subtype defined in PDF 1.4 is |
@@ -550,13 +544,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "S", "", NULL)); |
} |
- std::string S() const { |
- std::string ret; |
- if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "S", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return ""; |
- } |
- |
+ std::string S() const; |
}; |
#endif // __DEFINED__SkPdfGroupAttributesDictionary |