diff options
author | Update Docs <update-docs@skia.org> | 2018-01-19 05:52:02 +0000 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-01-19 06:23:22 +0000 |
commit | ad2cd562d9c4bf9bb2db8c69c140c118044e2fad (patch) | |
tree | 62a2a58fc4fc070ba881b2d50aee3c5939cd3269 /site/user | |
parent | 6e87eee2a0494e11610e5535427a9f86ccffa4bb (diff) |
Update markdown files
Automatic commit by the Housekeeper-Nightly-Bookmaker bot.
TBR=update-docs@skia.org
NO_MERGE_BUILDS
Change-Id: Ia4f71698390713b960689ab9d161597244bd4f5a
Reviewed-on: https://skia-review.googlesource.com/96990
Reviewed-by: Update Docs <update-docs@skia.org>
Commit-Queue: Update Docs <update-docs@skia.org>
Diffstat (limited to 'site/user')
-rw-r--r-- | site/user/api/SkPaint_Reference.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index a3c1c70f11..43871cd7fb 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -619,7 +619,7 @@ can reconstitute the paint at a later time. ## unflatten <pre style="padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0"> -void unflatten(SkReadBuffer& buffer) +bool unflatten(SkReadBuffer& buffer) </pre> Populates <a href="#Paint">Paint</a>, typically from a serialized stream, created by calling @@ -635,6 +635,8 @@ serialized data describing <a href="#Paint">Paint</a> content</td> </tr> </table> +### Return Value + ### See Also <a href="undocumented#SkReadBuffer">SkReadBuffer</a> |