diff options
Diffstat (limited to 'libs/hwui/GradientCache.h')
-rw-r--r-- | libs/hwui/GradientCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h index 5e35435ed64c..f299a40e994f 100644 --- a/libs/hwui/GradientCache.h +++ b/libs/hwui/GradientCache.h @@ -170,7 +170,7 @@ private: GLint mMaxTextureSize; bool mUseFloatTexture; bool mHasNpot; - bool mHasSRGB; + bool mHasLinearBlending; mutable Mutex mLock; }; // class GradientCache |