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

Unified Diff: src/pdf/SkPDFFormXObject.h

Issue 1068343003: SkPDF: ResourceDict replaced by factory function (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-04-08 (Wednesday) 17:35:39 EDT Created 5 years, 8 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 | « src/pdf/SkPDFDevice.cpp ('k') | src/pdf/SkPDFFormXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFFormXObject.h
diff --git a/src/pdf/SkPDFFormXObject.h b/src/pdf/SkPDFFormXObject.h
index 337f64b8f2b51edda66dfa525e50e6cf1a3b1735..4f903f65d38cf12d4ca462de1cbbb6d15223fecf 100644
--- a/src/pdf/SkPDFFormXObject.h
+++ b/src/pdf/SkPDFFormXObject.h
@@ -14,7 +14,6 @@
#include "SkPDFTypes.h"
#include "SkRect.h"
#include "SkRefCnt.h"
-#include "SkPDFResourceDict.h"
#include "SkString.h"
class SkMatrix;
@@ -44,7 +43,7 @@ public:
*/
explicit SkPDFFormXObject(SkStream* content,
SkRect bbox,
- SkPDFResourceDict* resourceDict);
+ SkPDFDict* resourceDict);
virtual ~SkPDFFormXObject();
private:
« no previous file with comments | « src/pdf/SkPDFDevice.cpp ('k') | src/pdf/SkPDFFormXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698