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

Unified Diff: printing/pdf_metafile_skia.h

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase Created 3 years, 7 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 | « printing/common/pdf_metafile_utils.cc ('k') | printing/pdf_metafile_skia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/pdf_metafile_skia.h
diff --git a/printing/pdf_metafile_skia.h b/printing/pdf_metafile_skia.h
index 948e27f45e088f54ad91072040f4865e2f5b2796..dacd1a74cb0a2bd7251dcef1eb61510f0369785d 100644
--- a/printing/pdf_metafile_skia.h
+++ b/printing/pdf_metafile_skia.h
@@ -12,6 +12,7 @@
#include "base/macros.h"
#include "build/build_config.h"
#include "cc/paint/paint_canvas.h"
+#include "printing/common/pdf_metafile_utils.h"
#include "printing/metafile.h"
#include "skia/ext/platform_canvas.h"
@@ -21,12 +22,6 @@
namespace printing {
-enum SkiaDocumentType {
- PDF_SKIA_DOCUMENT_TYPE,
- // MSKP is an experimental, fragile, and diagnostic-only document type.
- MSKP_SKIA_DOCUMENT_TYPE,
-};
-
struct PdfMetafileSkiaData;
// This class uses Skia graphics library to generate a PDF document.
« no previous file with comments | « printing/common/pdf_metafile_utils.cc ('k') | printing/pdf_metafile_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698