aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkStreamPriv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/SkStreamPriv.h b/src/core/SkStreamPriv.h
index ac822c1110..6bec5f8288 100644
--- a/src/core/SkStreamPriv.h
+++ b/src/core/SkStreamPriv.h
@@ -21,9 +21,7 @@ class SkWStream;
* but is not at the beginning, this call will fail (return NULL).
*
* @param stream SkStream to be copied into data.
- * @return SkData* The resulting SkData after the copy. This data
- * will have a ref count of one upon return and belongs to the
- * caller. Returns nullptr on failure.
+ * @return The resulting SkData after the copy, nullptr on failure.
*/
sk_sp<SkData> SkCopyStreamToData(SkStream* stream);