Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ac37b7a

Browse files
Mike KleinSkia Commit-Bot
authored andcommitted
remove old kDCIP3 alias
These numbers were Display P3. Bug: skia:9792 Change-Id: I1aded49427aa0fa4bcd8a0f563b36d2180383900 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/292822 Reviewed-by: Brian Osman <[email protected]> Commit-Queue: Mike Klein <[email protected]>
1 parent 074414f commit ac37b7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/core/SkColorSpace.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ static constexpr skcms_Matrix3x3 kDisplayP3 = {{
8686
{ 0.241182f, 0.692236f, 0.0665819f },
8787
{ -0.00104941f, 0.0418818f, 0.784378f },
8888
}};
89-
// TODO: skia:9792 We originally misnamed this matrix... delete this incorrect alias?
90-
static constexpr skcms_Matrix3x3 kDCIP3 = kDisplayP3;
9189

9290
static constexpr skcms_Matrix3x3 kRec2020 = {{
9391
{ 0.673459f, 0.165661f, 0.125100f },

0 commit comments

Comments
 (0)