Index: src/gpu/GrTextContext.h |
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
index 85295285a8fafc64c267b462e03f839bcf9b9d76..242ae3abe44a8b18c7f8ef56edb6792b0e6a90a6 100644 |
--- a/src/gpu/GrTextContext.h |
+++ b/src/gpu/GrTextContext.h |
@@ -53,7 +53,6 @@ protected: |
SkAutoTUnref<GrRenderTarget> fRenderTarget; |
GrClip fClip; |
- GrDrawTarget* fDrawTarget; |
SkIRect fClipRect; |
SkIRect fRegionClipBounds; |
GrPaint fPaint; |
@@ -83,7 +82,6 @@ protected: |
void init(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&, |
const SkIRect& regionClipBounds); |
- void finish() { fDrawTarget = NULL; } |
static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache); |
// sets extent in stopVector and returns glyph count |