Use GfxLabColorSpace::transform only when USE_CMS is set

The recent commit e84338a44f27afb9872cb108fc29683b35ac55f7
introduced an unqualified use of GfxLabColorSpace::transform,
even though that member only exists if USE_CMS is set.

Fix this by adding the appropriate preprocessor conditionals.
1 file changed