Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: experimental/PdfViewer/SkPdfName_autogen.h

Issue 17395005: put each generated pdf api class in a file (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/PdfViewer/SkPdfName_autogen.h
===================================================================
--- experimental/PdfViewer/SkPdfName_autogen.h (revision 9669)
+++ experimental/PdfViewer/SkPdfName_autogen.h (working copy)
@@ -7,8 +7,8 @@
class SkPdfName : public SkPdfObject {
public:
- virtual SkPdfObjectType getType() const { return kObjectName_SkPdfObjectType;}
- virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kObjectName_SkPdfObjectType + 1);}
+ virtual SkPdfObjectType getType() const { return kName_SkPdfObjectType;}
+ virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kName_SkPdfObjectType + 1);}
public:
virtual SkPdfName* asName() {return this;}
virtual const SkPdfName* asName() const {return this;}
@@ -524,24 +524,24 @@
virtual SkPdfType1FormDictionary* asType1FormDictionary() {return NULL;}
virtual const SkPdfType1FormDictionary* asType1FormDictionary() const {return NULL;}
- virtual SkPdfHexString* asHexString() {return NULL;}
- virtual const SkPdfHexString* asHexString() const {return NULL;}
-
virtual SkPdfInteger* asInteger() {return NULL;}
virtual const SkPdfInteger* asInteger() const {return NULL;}
+ virtual SkPdfNumber* asNumber() {return NULL;}
+ virtual const SkPdfNumber* asNumber() const {return NULL;}
+
virtual SkPdfNull* asNull() {return NULL;}
virtual const SkPdfNull* asNull() const {return NULL;}
- virtual SkPdfNumber* asNumber() {return NULL;}
- virtual const SkPdfNumber* asNumber() const {return NULL;}
-
virtual SkPdfReference* asReference() {return NULL;}
virtual const SkPdfReference* asReference() const {return NULL;}
virtual SkPdfString* asString() {return NULL;}
virtual const SkPdfString* asString() const {return NULL;}
+ virtual SkPdfHexString* asHexString() {return NULL;}
+ virtual const SkPdfHexString* asHexString() const {return NULL;}
+
public:
const std::string& value() const {return fPodofoObj->GetName().GetName();}
private:

Powered by Google App Engine
This is Rietveld 408576698