Index: src/gpu/GrBitmapTextContext.h |
diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h |
index 747facf60bb0ed516f168066a9ea836f88bbf59f..9aa5dbdc63ca7c575ada68c3502623e4e1994f27 100644 |
--- a/src/gpu/GrBitmapTextContext.h |
+++ b/src/gpu/GrBitmapTextContext.h |
@@ -31,7 +31,8 @@ private: |
SkRect fVertexBounds; |
GrTexture* fCurrTexture; |
GrMaskFormat fCurrMaskFormat; |
- SkAutoTUnref<GrGeometryProcessor> fCachedGeometryProcessor; |
+ SkAutoTUnref<const GrGeometryProcessor> fCachedGeometryProcessor; |
+ SkAutoTUnref<const GrFragmentProcessor> fCachedTextureProcessor; |
// Used to check whether fCachedEffect is still valid. |
uint32_t fEffectTextureUniqueID; |