diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-24 21:01:17 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-24 21:01:17 +0000 |
commit | 6ed82493588c9f909820f82cf28b664a4ac27df1 (patch) | |
tree | 1b19345842d1b7926f93a6618fb361fca1a517b6 | |
parent | 7453d0e450917209871c7ea54132bb5c18c7e2d3 (diff) |
update dox
git-svn-id: http://skia.googlecode.com/svn/trunk@1720 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/pdf/SkPDFStream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pdf/SkPDFStream.h b/include/pdf/SkPDFStream.h index a975ad6efc..739177f56d 100644 --- a/include/pdf/SkPDFStream.h +++ b/include/pdf/SkPDFStream.h @@ -32,7 +32,8 @@ class SkPDFCatalog; class SkPDFStream : public SkPDFDict { public: /** Create a PDF stream. A Length entry is automatically added to the - * stream dictionary. + * stream dictionary. The stream may be retained (stream->ref() may be + * called) so its contents must not be changed after calling this. * @param stream The data part of the stream. */ explicit SkPDFStream(SkStream* stream); |