Chromium Code Reviews

Unified Diff: include/core/SkPicture.h

Issue 849103004: Make SkStream *not* ref counted. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Delete streams in onCreateFromStream failures. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 80c3ca30a1e5d976ac3d473bcc08a01eaecf28c8..5b2f7a99f754c78e68aed7b52dfd000a708ec4a8 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -80,7 +80,7 @@ public:
/**
* Recreate a picture that was serialized into a stream.
- * @param SkStream Serialized picture data.
+ * @param SkStream Serialized picture data. Ownership is unchanged by this call.
* @param proc Function pointer for installing pixelrefs on SkBitmaps representing the
* encoded bitmap data from the stream.
* @return A new SkPicture representing the serialized data, or NULL if the stream is
« no previous file with comments | « include/core/SkImageDecoder.h ('k') | include/core/SkStream.h » ('j') | src/core/SkFontMgr.cpp » ('J')

Powered by Google App Engine