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

Unified Diff: experimental/PdfViewer/pdfparser/native/SkPdfNativeDoc.h

Issue 79933003: Restructuring of PdfViewer code. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Respond to comments. Created 7 years, 1 month 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/pdfparser/native/SkPdfNativeDoc.h
diff --git a/experimental/PdfViewer/pdfparser/native/SkPdfNativeDoc.h b/experimental/PdfViewer/pdfparser/native/SkPdfNativeDoc.h
index 73265cad892f40a979d842f4897b2f1ac0be00c8..ea046163645cd501e6166aa1e097ee9bae4973f6 100644
--- a/experimental/PdfViewer/pdfparser/native/SkPdfNativeDoc.h
+++ b/experimental/PdfViewer/pdfparser/native/SkPdfNativeDoc.h
@@ -82,20 +82,10 @@ public:
// returns the page's mediabox i points - the page physical boundaries.
SkRect MediaBox(int page);
- // Returns a tokenizer of a page. The passed allocator will be used to allocate objects that
- // are parsed. It should be destroyed after the tokenizer.
- SkPdfNativeTokenizer* tokenizerOfPage(int n, SkPdfAllocator* allocator);
-
// Returns a tokenizer of a pdf stream. The passed allocator will be used to allocate objects
// that are parsed. It should be destroyed after the tokenizer.
SkPdfNativeTokenizer* tokenizerOfStream(SkPdfNativeObject* stream, SkPdfAllocator* allocator);
- // Returns a tokenizer of a memory buffer. The passed allocator will be used to allocate objects
- // that are parsed. It should be destroyed after the tokenizer.
- SkPdfNativeTokenizer* tokenizerOfBuffer(const unsigned char* buffer, size_t len,
- SkPdfAllocator* allocator);
-
-
//returns objects that are references and can be queried.
size_t objects() const;
« no previous file with comments | « experimental/PdfViewer/inc/SkPdfTokenLooper.h ('k') | experimental/PdfViewer/pdfparser/native/SkPdfNativeDoc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698