| Index: ui/gfx/icc_profile.h
|
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h
|
| index c4abac26f381ae555f7b5eaf4bb6d3da16525d6a..d999b0a9d62794e15d2102ea92720ba50a6128f3 100644
|
| --- a/ui/gfx/icc_profile.h
|
| +++ b/ui/gfx/icc_profile.h
|
| @@ -82,12 +82,14 @@ class GFX_EXPORT ICCProfile {
|
| friend ICCProfile ICCProfileForTestingSRGB();
|
| friend ICCProfile ICCProfileForTestingNoAnalyticTrFn();
|
| friend ICCProfile ICCProfileForTestingA2BOnly();
|
| + friend ICCProfile ICCProfileForTestingOvershoot();
|
| static const uint64_t test_id_adobe_rgb_;
|
| static const uint64_t test_id_color_spin_;
|
| static const uint64_t test_id_generic_rgb_;
|
| static const uint64_t test_id_srgb_;
|
| static const uint64_t test_id_no_analytic_tr_fn_;
|
| static const uint64_t test_id_a2b_only_;
|
| + static const uint64_t test_id_overshoot_;
|
|
|
| // Populate |icc_profile| with the ICCProfile corresponding to id |id|. Return
|
| // false if |id| is not in the cache.
|
|
|