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

Unified Diff: src/pdf/SkPDFGraphicState.h

Issue 870333002: Simplify reference management in SkPDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tests Created 5 years, 11 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
Index: src/pdf/SkPDFGraphicState.h
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
index 1c54e6cf217a8c45251cd09870ff83c458b591c9..215108f5b24a2f53682d215483a61628c84c600e 100644
--- a/src/pdf/SkPDFGraphicState.h
+++ b/src/pdf/SkPDFGraphicState.h
@@ -36,9 +36,6 @@ public:
virtual ~SkPDFGraphicState();
- virtual void getResources(const SkTSet<SkPDFObject*>& knownResourceObjects,
- SkTSet<SkPDFObject*>* newResourceObjects);
-
// Override emitObject so that we can populate the dictionary on
// demand.
virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog);
@@ -78,7 +75,6 @@ public:
private:
const SkPaint fPaint;
- SkTDArray<SkPDFObject*> fResources;
bool fPopulated;
bool fSMask;

Powered by Google App Engine
This is Rietveld 408576698