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

Unified Diff: src/pdf/SkPDFShader.h

Issue 1029263004: SkPDF: clean up extra references (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-03-23 (Monday) 20:01:49 EDT Created 5 years, 9 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/SkPDFResourceDict.cpp ('k') | src/pdf/SkPDFShader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFShader.h
diff --git a/src/pdf/SkPDFShader.h b/src/pdf/SkPDFShader.h
index 4fdbc44cf708f4851acf31100bb20b4c2646a960..51add585a7ea727b38d3e881c71ac9bb96b71b4a 100644
--- a/src/pdf/SkPDFShader.h
+++ b/src/pdf/SkPDFShader.h
@@ -62,7 +62,6 @@ public:
private:
SkAutoTDelete<const SkPDFShader::State> fShaderState;
- SkTDArray<SkPDFObject*> fResources;
SkPDFFunctionShader(SkPDFShader::State*);
typedef SkPDFDict INHERITED;
};
@@ -82,9 +81,8 @@ public:
private:
SkAutoTDelete<const SkPDFShader::State> fShaderState;
- SkAutoTUnref<SkPDFObject> fColorShader;
- SkAutoTUnref<SkPDFResourceDict> fResourceDict;
SkPDFAlphaFunctionShader(SkPDFShader::State*);
+ typedef SkPDFStream INHERITED;
};
class SkPDFImageShader : public SkPDFStream {
@@ -97,8 +95,8 @@ public:
private:
SkAutoTDelete<const SkPDFShader::State> fShaderState;
- SkTSet<SkPDFObject*> fResources;
SkPDFImageShader(SkPDFShader::State*);
+ typedef SkPDFStream INHERITED;
};
#endif
« no previous file with comments | « src/pdf/SkPDFResourceDict.cpp ('k') | src/pdf/SkPDFShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698