Index: experimental/PdfViewer/autogen/SkPdfFontDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfFontDictionary_autogen.h (revision 9787) |
+++ experimental/PdfViewer/autogen/SkPdfFontDictionary_autogen.h (working copy) |
@@ -63,6 +63,9 @@ |
virtual SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() {return NULL;} |
virtual const SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() const {return NULL;} |
+ virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;} |
+ virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL;} |
+ |
virtual SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() {return NULL;} |
virtual const SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() const {return NULL;} |