| Index: ui/gfx/test/icc_profiles.h
|
| diff --git a/ui/gfx/test/icc_profiles.h b/ui/gfx/test/icc_profiles.h
|
| index 5eb9bd3ed16c6c59974f025098f627ce85c248ad..464f107ca68916f744a518b84deed1e78911d5f5 100644
|
| --- a/ui/gfx/test/icc_profiles.h
|
| +++ b/ui/gfx/test/icc_profiles.h
|
| @@ -11,4 +11,7 @@ ICCProfile ICCProfileForTestingColorSpin();
|
| ICCProfile ICCProfileForTestingGenericRGB();
|
| ICCProfile ICCProfileForTestingSRGB();
|
|
|
| +// A profile that does not have an analytic transfer function.
|
| +ICCProfile ICCProfileForTestingNoAnalyticTrFn();
|
| +
|
| } // namespace gfx
|
|
|