From efb4b06493fe7b1604c762a448b13c7af2845a8d Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 27 Feb 2017 11:00:04 -0800 Subject: Add ColorSpace information on Bitmap This is the first step toward interpreting color spaces at render time. Bug: 32984164 Test: BitmapColorSpaceTest in CtsGraphicsTestCases Change-Id: I0164a18f1ed74a745874fe5229168042afe27a04 --- libs/hwui/ProgramCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/ProgramCache.h') diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index c2f715de70c3..cedd854bb48b 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -59,7 +59,7 @@ private: std::map> mCache; const bool mHasES3; - const bool mHasSRGB; + const bool mHasLinearBlending; }; // class ProgramCache }; // namespace uirenderer -- cgit v1.2.3-59-g8ed1b