Index: src/gpu/GrStencilAndCoverTextContext.h |
diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h |
index f59f633bfd120080233ef4d2f1ce1f515b580f90..02d1d3f6a93ca110a2f57698ac0796ffe739de9c 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.h |
+++ b/src/gpu/GrStencilAndCoverTextContext.h |
@@ -68,6 +68,12 @@ private: |
SkMatrix fViewMatrix; |
SkMatrix fLocalMatrix; |
bool fUsingDeviceSpaceGlyphs; |
+ SkAutoTUnref<GrRenderTarget> fRenderTarget; |
+ GrClip fClip; |
+ SkIRect fClipRect; |
+ SkIRect fRegionClipBounds; |
+ GrPaint fPaint; |
+ SkPaint fSkPaint; |
GrStencilAndCoverTextContext(GrContext*, GrDrawContext*, const SkSurfaceProps&); |