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

Unified Diff: ui/gfx/test/icc_profiles.h

Issue 2742613002: color: Always use parametric color spaces for raster (Closed)
Patch Set: More comment cleanup 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
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

Powered by Google App Engine
This is Rietveld 408576698