aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-01-03 11:09:58 -0500
committerGravatar Brian Osman <brianosman@google.com>2018-01-03 16:10:39 +0000
commitd9852cd27a7618b1e8587897e3b1135284004ba8 (patch)
tree9cfa8e2b3e0ca42c04ac424227c7bc27d177bf9d /tests
parent09068256d6a12a365f36f14c9fa7e3d6b221abec (diff)
Remove obsolete comment
Bug: skia: Change-Id: I2f3471c45018b4439f777a711c7d4d55227f0cd1 Reviewed-on: https://skia-review.googlesource.com/90363 Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ICCTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ICCTest.cpp b/tests/ICCTest.cpp
index 378a430dc0..34ed52984c 100644
--- a/tests/ICCTest.cpp
+++ b/tests/ICCTest.cpp
@@ -132,8 +132,6 @@ DEF_TEST(ICC_WriteICC, r) {
adobeFn.fG = 2.2f;
SkMatrix44 adobeMatrix(SkMatrix44::kUninitialized_Constructor);
adobeMatrix.set3x3RowMajorf(gAdobeRGB_toXYZD50);
- // TODO: Restore this test once we fix our Adobe matrix to be based on the decoded ICC
- // fixed point values, and once we use a rounding conversion to fixed-point.
test_write_icc(r, adobeFn, adobeMatrix, false);
SkColorSpaceTransferFn srgbFn;