Index: src/gpu/GrStencilAndCoverTextContext.h |
diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h |
index d3d2470f26acbcf42c3121d76de43af5d5fe0af1..0cb55535c2927ff783557280aa149dd82171ccb2 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.h |
+++ b/src/gpu/GrStencilAndCoverTextContext.h |
@@ -10,7 +10,7 @@ |
#include "GrTextContext.h" |
#include "GrDrawTarget.h" |
-#include "SkStrokeRec.h" |
+#include "GrStrokeInfo.h" |
class GrTextStrike; |
class GrPath; |
@@ -58,7 +58,7 @@ private: |
float fTextInverseRatio; |
SkGlyphCache* fGlyphCache; |
GrPathRange* fGlyphs; |
- SkStrokeRec fStroke; |
+ GrStrokeInfo fStroke; |
uint16_t fGlyphIndices[kGlyphBufferSize]; |
SkPoint fGlyphPositions[kGlyphBufferSize]; |
int fQueuedGlyphCount; |