Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1153)

Unified Diff: ui/gfx/icc_profile.h

Issue 2784673006: color: Do not enforce T(0)=0 and T(1)=1 constraints in approxmation (Closed)
Patch Set: Fix the right error bound Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/color_space_unittest.cc ('k') | ui/gfx/icc_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/gfx/color_space_unittest.cc ('k') | ui/gfx/icc_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698