| Index: ui/gfx/test/icc_profiles.h
|
| diff --git a/ui/gfx/test/icc_profiles.h b/ui/gfx/test/icc_profiles.h
|
| index 464f107ca68916f744a518b84deed1e78911d5f5..28cb3dfefa4befbe584d970fe4d9a9bb00ccf8e4 100644
|
| --- a/ui/gfx/test/icc_profiles.h
|
| +++ b/ui/gfx/test/icc_profiles.h
|
| @@ -14,4 +14,7 @@ ICCProfile ICCProfileForTestingSRGB();
|
| // A profile that does not have an analytic transfer function.
|
| ICCProfile ICCProfileForTestingNoAnalyticTrFn();
|
|
|
| +// A profile that is A2B only.
|
| +ICCProfile ICCProfileForTestingA2BOnly();
|
| +
|
| } // namespace gfx
|
|
|