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

Unified Diff: src/pdf/SkPDFResourceDict.h

Issue 870333002: Simplify reference management in SkPDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: make Created 5 years, 10 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/SkPDFPage.cpp ('k') | src/pdf/SkPDFResourceDict.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFResourceDict.h
diff --git a/src/pdf/SkPDFResourceDict.h b/src/pdf/SkPDFResourceDict.h
index 17ea338f59a38a5968567224403eed486951d1d5..fa9bb448c893f1f64cfcb268108125a2e695488f 100644
--- a/src/pdf/SkPDFResourceDict.h
+++ b/src/pdf/SkPDFResourceDict.h
@@ -55,20 +55,6 @@ public:
SkPDFObject* value);
/**
- * Gets resources inserted into this dictionary as a reference.
- *
- * @param knownResourceObjects Set containing currently known resources.
- * Resources in the dict and this set will not be added to the output.
- * @param newResourceObjects Output set to which non-preexisting resources
- * will be added.
- * @param recursive Whether or not to add resources of resources.
- */
- void getReferencedResources(
- const SkTSet<SkPDFObject*>& knownResourceObjects,
- SkTSet<SkPDFObject*>* newResourceObjects,
- bool recursive) const;
-
- /**
* Returns the name for the resource that will be generated by the resource
* dict.
*
« no previous file with comments | « src/pdf/SkPDFPage.cpp ('k') | src/pdf/SkPDFResourceDict.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698