aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-27 20:03:43 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-27 20:03:43 +0000
commit6e49c345b132ca55830c7dad746108cd3624eb8b (patch)
tree241ed507c6085c865f5bd93d945e3356d8b0c705 /experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h
parentf48e4755282d3d185f42fd2dd964d4bbd9887ee4 (diff)
more work on pdf fonts, more to come
Review URL: https://codereview.chromium.org/18117005 git-svn-id: http://skia.googlecode.com/svn/trunk@9796 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h')
-rw-r--r--experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h b/experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h
index 2cec23157e..684958e993 100644
--- a/experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h
+++ b/experimental/PdfViewer/autogen/SkPdfFileTrailerDictionary_autogen.h
@@ -64,6 +64,9 @@ private:
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;}
@@ -160,9 +163,6 @@ private:
virtual SkPdfFontDictionary* asFontDictionary() {return NULL;}
virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;}
- virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
- virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL;}
-
virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;}
virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;}