Index: src/gpu/GrStencilAndCoverTextContext.h |
diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h |
index 40d38c2375d7a3a64808870fafa62e751b52f6b1..535ebdbbb81b04075a27395bbcf02d189ed4e26a 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.h |
+++ b/src/gpu/GrStencilAndCoverTextContext.h |
@@ -59,7 +59,6 @@ private: |
GrPathRange* fGlyphs; |
uint32_t fIndexBuffer[kGlyphBufferSize]; |
float fTransformBuffer[2 * kGlyphBufferSize]; |
- GrDrawTarget::PathTransformType fTransformType; |
int fPendingGlyphCount; |
SkMatrix fContextInitialMatrix; |
bool fNeedsDeviceSpaceGlyphs; |
@@ -76,10 +75,7 @@ private: |
const SkScalar pos[], int scalarsPerPosition, |
const SkPoint& offset) SK_OVERRIDE; |
- void init(const GrPaint&, const SkPaint&, size_t textByteLength, |
- RenderMode, const SkPoint& textTranslate); |
- void initGlyphs(SkGlyphCache* cache); |
Chris Dalton
2014/11/05 22:12:03
This declaration was accidentally left in from an
|
- void appendGlyph(uint16_t glyphID, float x); |
+ void init(const GrPaint&, const SkPaint&, size_t textByteLength, RenderMode); |
void appendGlyph(uint16_t glyphID, float x, float y); |
void flush(); |
void finish(); |