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

Unified Diff: dm/DMPDFRasterizeTask.h

Issue 316643003: DM: SKP source / PDF backend (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cast Created 6 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
« no previous file with comments | « dm/DMGpuGMTask.cpp ('k') | dm/DMPDFRasterizeTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMPDFRasterizeTask.h
diff --git a/dm/DMPDFRasterizeTask.h b/dm/DMPDFRasterizeTask.h
index 2e24b894e7a05642bbcdfc4f188492da87341262..2cc1ef70dabdbe4a877544b7ac31df4f0e1c512c 100644
--- a/dm/DMPDFRasterizeTask.h
+++ b/dm/DMPDFRasterizeTask.h
@@ -8,7 +8,6 @@
#ifndef DMPDFRasterizeTask_DEFINED
#define DMPDFRasterizeTask_DEFINED
-#include "DMExpectations.h"
#include "DMTask.h"
#include "SkBitmap.h"
#include "SkData.h"
@@ -24,7 +23,6 @@ class PDFRasterizeTask : public CpuTask {
public:
PDFRasterizeTask(const Task& parent,
SkData* pdf,
- const Expectations&,
RasterizePdfProc);
virtual void draw() SK_OVERRIDE;
@@ -34,7 +32,6 @@ public:
private:
const SkString fName;
SkAutoTUnref<SkData> fPdf;
- const Expectations& fExpectations;
RasterizePdfProc fRasterize;
};
« no previous file with comments | « dm/DMGpuGMTask.cpp ('k') | dm/DMPDFRasterizeTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698