diff options
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r-- | libs/hwui/ProgramCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<programid, std::unique_ptr<Program>> mCache; const bool mHasES3; - const bool mHasSRGB; + const bool mHasLinearBlending; }; // class ProgramCache }; // namespace uirenderer |