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 |