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

Unified Diff: ui/gfx/color_space.h

Issue 2727063002: cc: Specify rasterization color space (Closed)
Patch Set: Created 3 years, 10 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/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index 117f1a75cf411395448ac975be148a7c738ffedb..e0c186f6937898afbb1a709f37912fb9633620ed 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -144,6 +144,11 @@ class GFX_EXPORT ColorSpace {
// range, and unspecified spaces.
sk_sp<SkColorSpace> ToSkColorSpace() const;
+ // Return an SkColorSpace that represents this color space, with output-space
+ // blending (which is only linear for color spaces with a linear tranasfer
+ // function.
enne (OOO) 2017/03/02 01:40:08 missing parenthesis here
ccameron 2017/03/03 00:36:04 Done.
+ sk_sp<SkColorSpace> ToNonlinearBlendedSkColorSpace() const;
+
// Populate |icc_profile| with an ICC profile that represents this color
// space. Returns false if this space is not representable. This ICC profile
// will be constructed ignoring the range adjust and transfer matrices (this

Powered by Google App Engine
This is Rietveld 408576698