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

Unified Diff: src/pdf/SkPDFCatalog.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
« no previous file with comments | « no previous file | src/pdf/SkPDFCatalog.cpp » ('j') | src/pdf/SkPDFCatalog.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFCatalog.h
diff --git a/src/pdf/SkPDFCatalog.h b/src/pdf/SkPDFCatalog.h
index ecefd0a0728ab4252ac42f711cd2937f01e7663d..9b65873268389c5ddc5336f3843464b5c17b9972 100644
--- a/src/pdf/SkPDFCatalog.h
+++ b/src/pdf/SkPDFCatalog.h
@@ -76,10 +76,6 @@ public:
*/
SkPDFObject* getSubstituteObject(SkPDFObject* object);
- /** get the resources of substitute objects.
- */
- SkTSet<SkPDFObject*>* getSubstituteList(bool firstPage);
-
private:
struct Rec {
Rec(SkPDFObject* object, bool onFirstPage)
@@ -119,7 +115,7 @@ private:
SkPDFDocument::Flags fDocumentFlags;
- int findObjectIndex(SkPDFObject* obj) const;
+ int findObjectIndex(SkPDFObject* obj);
int assignObjNum(SkPDFObject* obj);
};
« no previous file with comments | « no previous file | src/pdf/SkPDFCatalog.cpp » ('j') | src/pdf/SkPDFCatalog.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698