| Index: ui/gfx/test/icc_profiles.h
|
| diff --git a/ui/gfx/test/icc_profiles.h b/ui/gfx/test/icc_profiles.h
|
| index 28cb3dfefa4befbe584d970fe4d9a9bb00ccf8e4..356beaf7f85af52d508b294dee56c9ffebfc9608 100644
|
| --- a/ui/gfx/test/icc_profiles.h
|
| +++ b/ui/gfx/test/icc_profiles.h
|
| @@ -17,4 +17,7 @@ ICCProfile ICCProfileForTestingNoAnalyticTrFn();
|
| // A profile that is A2B only.
|
| ICCProfile ICCProfileForTestingA2BOnly();
|
|
|
| +// A profile that with an approxmation that shoots above 1.
|
| +ICCProfile ICCProfileForTestingOvershoot();
|
| +
|
| } // namespace gfx
|
|
|