aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-02-24 14:56:26 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-24 20:35:57 +0000
commit541b1b08a82c8deec09b2bd258e1841660bd862a (patch)
treede64b14ae6e141f0e9b271b05ee0897b200a2b6a /include
parentb5cb6835c449c1c292b1ab124691a45d3d113694 (diff)
Improve comment in SkICC.h
BUG=skia: Change-Id: Ib0d30883a9e790bf1c4a85fce74a095a7df708c1 Reviewed-on: https://skia-review.googlesource.com/8908 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkICC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/core/SkICC.h b/include/core/SkICC.h
index 04fa1dafab..8c5ec566b7 100644
--- a/include/core/SkICC.h
+++ b/include/core/SkICC.h
@@ -61,7 +61,8 @@ public:
* guaranteed to be the same. If the ICC representation was not a table, the length
* will be chosen arbitrarily.
*
- * Entries in the tables are guaranteed to be in [0, 1].
+ * The lengths of the tables are all guaranteed to be at least 2. Entries in the
+ * tables are guaranteed to be in [0, 1].
*
* This API may be deleted in favor of a numerical approximation of the raw data.
*