Chromium Code Reviews| Index: src/gpu/gl/GrGLTexture.h |
| diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
| index 937b8be13edd0b3d0a3e998be62aec19fb65b1e1..6ee8dcfe2b6eefa5ef35cba7f9496df124938edf 100644 |
| --- a/src/gpu/gl/GrGLTexture.h |
| +++ b/src/gpu/gl/GrGLTexture.h |
| @@ -25,6 +25,7 @@ public: |
| GrGLenum fWrapT; |
| GrGLenum fMaxMipMapLevel; |
| GrGLenum fSwizzleRGBA[4]; |
| + GrGLenum fSRGBDecode; |
| void invalidate() { memset(this, 0xff, sizeof(TexParams)); } |
| }; |