aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 22:00:40 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 22:00:40 +0000
commit59543d34df80d02754a540e6c177609e8e123a8d (patch)
treea25a619e7e7c99a9e8ef61f9f1bcf93cde9eee7c /experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h
parent6ef5a85bf484230fceadf446479e9b2ca4534b11 (diff)
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
Diffstat (limited to 'experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h')
-rw-r--r--experimental/PdfViewer/SkPdfInkAnnotationDictionary_autogen.h4
1 files changed, 2 insertions, 2 deletions
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;}