| Index: third_party/qcms/src/iccread.c
|
| diff --git a/third_party/qcms/src/iccread.c b/third_party/qcms/src/iccread.c
|
| index 69b71414add9d80a61de8d8e844c58ab802c2b18..aca19d3ffec5b61847e3bae02bf39b7200aca0c2 100644
|
| --- a/third_party/qcms/src/iccread.c
|
| +++ b/third_party/qcms/src/iccread.c
|
| @@ -1167,6 +1167,11 @@ qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2)
|
| return memcmp(p1->description, p2->description, sizeof p1->description) == 0;
|
| }
|
|
|
| +const char* qcms_profile_get_description(qcms_profile *profile)
|
| +{
|
| + return profile->description;
|
| +}
|
| +
|
| qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile)
|
| {
|
| return profile->rendering_intent;
|
|
|