Index: experimental/PdfViewer/autogen/SkPdfTrueTypeFontDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfTrueTypeFontDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfTrueTypeFontDictionary_autogen.h (working copy) |
@@ -36,13 +36,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; |
}; |
#endif // __DEFINED__SkPdfTrueTypeFontDictionary |