aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/SkPdfFieldDictionary_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/SkPdfFieldDictionary_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/SkPdfFieldDictionary_autogen.h')
-rw-r--r--experimental/PdfViewer/SkPdfFieldDictionary_autogen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/PdfViewer/SkPdfFieldDictionary_autogen.h b/experimental/PdfViewer/SkPdfFieldDictionary_autogen.h
index 641dae5639..5b8770af11 100644
--- a/experimental/PdfViewer/SkPdfFieldDictionary_autogen.h
+++ b/experimental/PdfViewer/SkPdfFieldDictionary_autogen.h
@@ -7,8 +7,8 @@
class SkPdfFieldDictionary : public SkPdfDictionary {
public:
- virtual SkPdfObjectType getType() const { return kObjectDictionaryFieldDictionary_SkPdfObjectType;}
- virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kObjectDictionaryFieldDictionary_SkPdfObjectType + 1);}
+ virtual SkPdfObjectType getType() const { return kFieldDictionary_SkPdfObjectType;}
+ virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kFieldDictionary_SkPdfObjectType + 1);}
public:
virtual SkPdfFieldDictionary* asFieldDictionary() {return this;}
virtual const SkPdfFieldDictionary* asFieldDictionary() const {return this;}