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

Side by Side Diff: experimental/PdfViewer/pdfparser/SkPdfNYI.h

Issue 18323019: work on the native parser, in progress, uploaded to have a backup (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #ifndef EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ 1 #ifndef EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_
2 #define EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ 2 #define EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_
3 3
4 struct SkPdfFileSpec {}; 4 struct SkPdfFileSpec {};
5
6 // TODO(edisonn): date is actually a string!
7
5 struct SkPdfDate {}; 8 struct SkPdfDate {};
6 struct SkPdfTree {}; 9 struct SkPdfTree {};
7 struct SkPdfFunction {}; 10 struct SkPdfFunction {};
8 11
9 12
10 #endif // EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ 13 #endif // EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_
OLDNEW
« no previous file with comments | « experimental/PdfViewer/generate_code.py ('k') | experimental/PdfViewer/pdfparser/native/SkNativeParsedPDF.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698