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

Unified Diff: experimental/PdfViewer/SkPdfRenderer.h

Issue 18093005: pdfviewer: some code cleanup in renderer (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/SkPdfRenderer.h
===================================================================
--- experimental/PdfViewer/SkPdfRenderer.h (revision 9999)
+++ experimental/PdfViewer/SkPdfRenderer.h (working copy)
@@ -6,16 +6,9 @@
*/
-#ifndef SkPdfParser_DEFINED
-#define SkPdfParser_DEFINED
+#ifndef SkPdfRenderer_DEFINED
+#define SkPdfRenderer_DEFINED
-#include "SkPdfBasics.h"
-#include "SkPdfNativeTokenizer.h"
-
-extern "C" PdfContext* gPdfContext;
-extern "C" SkBitmap* gDumpBitmap;
-extern "C" SkCanvas* gDumpCanvas;
-
class SkCanvas;
class SkNativeParsedPDF;
@@ -39,4 +32,4 @@
void reportPdfRenderStats();
-#endif // SkPdfParser_DEFINED
+#endif // SkPdfRenderer_DEFINED
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698