Chromium Code Reviews| Index: src/gpu/GrDistanceFieldTextContext.h |
| diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h |
| index 3dfffd1c137addaf55506705d53bee892e4e9cf4..3a602f050b3d87e640451a4c407a37475466fe88 100644 |
| --- a/src/gpu/GrDistanceFieldTextContext.h |
| +++ b/src/gpu/GrDistanceFieldTextContext.h |
| @@ -34,6 +34,7 @@ private: |
| SkScalar fTextRatio; |
| bool fUseLCDText; |
| bool fEnableDFRendering; |
| + GrTexture* fGammaTexture; |
|
bsalomon
2014/06/02 15:20:46
Where does this get unreffed?
jvanverth1
2014/06/03 19:24:59
Done.
|
| void init(const GrPaint&, const SkPaint&); |
| void drawPackedGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*); |