Index: experimental/PdfViewer/autogen/SkPdfDeviceNColorSpaceDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfDeviceNColorSpaceDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfDeviceNColorSpaceDictionary_autogen.h (working copy) |
@@ -542,13 +542,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Colorants", "", NULL)); |
} |
- SkPdfDictionary* Colorants() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Colorants", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
- } |
- |
+ SkPdfDictionary* Colorants() const; |
}; |
#endif // __DEFINED__SkPdfDeviceNColorSpaceDictionary |