aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/skcms.cc')
-rw-r--r--third_party/skcms/skcms.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/skcms/skcms.cc b/third_party/skcms/skcms.cc
index 3595088633..6fb4af96f4 100644
--- a/third_party/skcms/skcms.cc
+++ b/third_party/skcms/skcms.cc
@@ -2230,7 +2230,6 @@ bool skcms_Transform(const void* src,
//
// E.g. r = 1.1, a = 0.5 would fit fine in fixed point after premul (ra=0.55,a=0.5),
// but would be carrying r > 1, which is really unexpected for downstream consumers.
- // TODO(mtklein): add a unit test
if (dstFmt < skcms_PixelFormat_RGB_hhh) {
*ops++ = Op_clamp;
}