From 59543d34df80d02754a540e6c177609e8e123a8d Mon Sep 17 00:00:00 2001 From: "edisonn@google.com" Date: Tue, 18 Jun 2013 22:00:40 +0000 Subject: Continue to contain podofo, shorter enums Review URL: https://codereview.chromium.org/17395005 git-svn-id: http://skia.googlecode.com/svn/trunk@9670 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h') diff --git a/experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h b/experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h index 34dd4ad367..d6941e9266 100644 --- a/experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h +++ b/experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h @@ -7,8 +7,8 @@ class SkPdfInkAnnotationDictionary : public SkPdfDictionary { public: - virtual SkPdfObjectType getType() const { return kObjectDictionaryInkAnnotationDictionary_SkPdfObjectType;} - virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kObjectDictionaryInkAnnotationDictionary_SkPdfObjectType + 1);} + virtual SkPdfObjectType getType() const { return kInkAnnotationDictionary_SkPdfObjectType;} + virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kInkAnnotationDictionary_SkPdfObjectType + 1);} public: virtual SkPdfInkAnnotationDictionary* asInkAnnotationDictionary() {return this;} virtual const SkPdfInkAnnotationDictionary* asInkAnnotationDictionary() const {return this;} -- cgit v1.2.3