Index: src/pdf/SkPDFImage.h |
diff --git a/src/pdf/SkPDFImage.h b/src/pdf/SkPDFImage.h |
index 5c026dac9ad961a54b08a325641155fa4ee99469..a4bc548920cd0d523eafd67806a4c9268e89020b 100644 |
--- a/src/pdf/SkPDFImage.h |
+++ b/src/pdf/SkPDFImage.h |
@@ -82,6 +82,7 @@ private: |
* @param stream The image stream. May be NULL. Otherwise, this |
* (instead of the input bitmap) will be used as the |
* PDF's content stream, possibly with lossless encoding. |
+ * Will be duplicated, and left in indeterminate state. |
* @param bitmap The image. If a stream is not given, its color data |
* will be used as the image. If a stream is given, this |
* is used for configuration only. |