Index: include/codec/SkCodec.h |
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h |
index c5dc66a4743ff7443b18b97023da5b318bd36456..5c84e07c70c2b70c4d08be7e5f280f5272b0a006 100644 |
--- a/include/codec/SkCodec.h |
+++ b/include/codec/SkCodec.h |
@@ -286,12 +286,6 @@ |
* to scale. If the generator cannot perform this scale, |
* it will return kInvalidScale. |
* |
- * If the info contains a non-null SkColorSpace, the codec |
- * will perform the appropriate color space transformation. |
- * If the caller passes in the same color space that was |
- * reported by the codec, the color space transformation is |
- * a no-op. |
- * |
* If info is kIndex8_SkColorType, then the caller must provide storage for up to 256 |
* SkPMColor values in ctable. On success the generator must copy N colors into that storage, |
* (where N is the logical number of table entries) and set ctableCount to N. |