| Index: third_party/qcms/src/qcms.h
|
| diff --git a/third_party/qcms/src/qcms.h b/third_party/qcms/src/qcms.h
|
| index e59528a3a65e63222b4b549948cee454242ed3f6..c69a7727c1d505d013cc7ac85d82a316c0a77bf1 100644
|
| --- a/third_party/qcms/src/qcms.h
|
| +++ b/third_party/qcms/src/qcms.h
|
| @@ -149,6 +149,7 @@ qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
|
| icColorSpaceSignature qcms_profile_get_color_space(qcms_profile *profile);
|
|
|
| qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2);
|
| +const char* qcms_profile_get_description(qcms_profile *profile);
|
|
|
| void qcms_profile_precache_output_transform(qcms_profile *profile);
|
|
|
|
|