aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/SkPaint_Reference.bmh4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index b19feb29ed..b5b31498ea 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -577,7 +577,7 @@ can reconstitute the paint at a later time.
# ------------------------------------------------------------------------------
-#Method void unflatten(SkReadBuffer& buffer)
+#Method bool unflatten(SkReadBuffer& buffer)
Populates Paint, typically from a serialized stream, created by calling
flatten() at an earlier time.
@@ -587,6 +587,8 @@ by the client.
#Param buffer serialized data describing Paint content ##
+#Return false if the buffer contained invalid data for initializing the paint. ##
+
# why is unflatten() public?
#Bug 6172 ##