Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index deb0889c82088c3d5ac582a7dc501838a94a7f7b..8a83e02222107369fb6644dc5d02841e0b59aa49 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -346,6 +346,7 @@ public: |
bool doManualMipmapping() const { return fDoManualMipmapping; } |
bool srgbDecodeDisableSupport() const { return fSRGBDecodeDisableSupport; } |
+ bool srgbDecodeDisableAffectsMipmaps() const { return fSRGBDecodeDisableAffectsMipmaps; } |
/** |
* Returns a string containing the caps info. |
@@ -424,6 +425,7 @@ private: |
bool fRGBAToBGRAReadbackConversionsAreSlow : 1; |
bool fDoManualMipmapping : 1; |
bool fSRGBDecodeDisableSupport : 1; |
+ bool fSRGBDecodeDisableAffectsMipmaps : 1; |
uint32_t fBlitFramebufferFlags; |