aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImageInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkImageInfo.h b/include/core/SkImageInfo.h
index 2dea479c6f..4a8c2860fc 100644
--- a/include/core/SkImageInfo.h
+++ b/include/core/SkImageInfo.h
@@ -40,8 +40,8 @@ enum SkAlphaType {
* All pixels have their color components stored without any regard to the
* alpha. e.g. this is the default configuration for PNG images.
*
- * This alpha-type is ONLY supported for readPixels/writePixels operations,
- * and is not supported for drawing.
+ * This alpha-type is ONLY supported for input images. Rendering cannot
+ * generate this on output.
*/
kUnpremul_SkAlphaType,