aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFCatalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdf/SkPDFCatalog.h')
-rw-r--r--include/pdf/SkPDFCatalog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pdf/SkPDFCatalog.h b/include/pdf/SkPDFCatalog.h
index 60f9791f96..f004a1dc03 100644
--- a/include/pdf/SkPDFCatalog.h
+++ b/include/pdf/SkPDFCatalog.h
@@ -35,11 +35,12 @@ public:
SkPDFCatalog();
~SkPDFCatalog();
- /** Add the passed object to the catalog.
+ /** Add the passed object to the catalog. Refs obj.
* @param obj The object to add.
* @param onFirstPage Is the object on the first page.
+ * @return The obj argument is returned.
*/
- void addObject(SkPDFObject* obj, bool onFirstPage);
+ SkPDFObject* addObject(SkPDFObject* obj, bool onFirstPage);
/** Inform the catalog of the object's position in the final stream.
* The object should already have been added to the catalog. Returns