aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextContext.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-02-11 06:56:30 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-11 06:56:30 -0800
commit02b05015b55d1900a9e34039942101da189053ce (patch)
treee7162807a7a960539d3fe40796594654a528570c /src/gpu/GrBitmapTextContext.h
parent9e33d1dbccee9b13ac001dfc3094a503f9e84e9d (diff)
Small change to use a GrGeometryProcessor for all BitmapText draw calls
Diffstat (limited to 'src/gpu/GrBitmapTextContext.h')
-rw-r--r--src/gpu/GrBitmapTextContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
index bffacd52d0..5137f82b70 100644
--- a/src/gpu/GrBitmapTextContext.h
+++ b/src/gpu/GrBitmapTextContext.h
@@ -32,7 +32,6 @@ private:
GrTexture* fCurrTexture;
GrMaskFormat fCurrMaskFormat;
SkAutoTUnref<const GrGeometryProcessor> fCachedGeometryProcessor;
- SkAutoTUnref<const GrFragmentProcessor> fCachedTextureProcessor;
// Used to check whether fCachedEffect is still valid.
uint32_t fEffectTextureUniqueID;
SkMatrix fLocalMatrix;