From 2ae3a2ec299b9b529496bbd06b8276263c8df9b0 Mon Sep 17 00:00:00 2001 From: Matt Sarett Date: Wed, 15 Feb 2017 08:48:02 -0500 Subject: Suggest P3 for wide gamut images in SkAndroidCodec This will prevent us from clipping the gamut to sRGB. BUG=skia: Change-Id: Ifc34369d96aa9dd92ae2af72aac1cfa17fdc4b94 Reviewed-on: https://skia-review.googlesource.com/8025 Commit-Queue: Matt Sarett Reviewed-by: Leon Scroggins --- include/codec/SkAndroidCodec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/codec') diff --git a/include/codec/SkAndroidCodec.h b/include/codec/SkAndroidCodec.h index e30a2aa0b3..8e9ad4e2d3 100644 --- a/include/codec/SkAndroidCodec.h +++ b/include/codec/SkAndroidCodec.h @@ -79,9 +79,6 @@ public: * @param outputColorType Color type that the client will decode to * * Returns the appropriate color space to decode to. - * - * For now, this just returns a default. This could be updated to take - * requests for wide gamut modes or specific output spaces. */ sk_sp computeOutputColorSpace(SkColorType outputColorType); -- cgit v1.2.3