Index: src/gpu/text/GrStencilAndCoverTextContext.h |
diff --git a/src/gpu/text/GrStencilAndCoverTextContext.h b/src/gpu/text/GrStencilAndCoverTextContext.h |
index b1faba11b0ba93e34646ef252a9744b2fe8cf3c9..2c13ca035c1350ff550d242847c434472736b90f 100644 |
--- a/src/gpu/text/GrStencilAndCoverTextContext.h |
+++ b/src/gpu/text/GrStencilAndCoverTextContext.h |
@@ -9,7 +9,7 @@ |
#define GrStencilAndCoverTextContext_DEFINED |
#include "GrDrawContext.h" |
-#include "GrStrokeInfo.h" |
+#include "GrStyle.h" |
#include "SkDrawFilter.h" |
#include "SkTextBlob.h" |
#include "SkTHash.h" |
@@ -94,7 +94,7 @@ private: |
GrPathRange* createGlyphs(GrContext*) const; |
void appendGlyph(const SkGlyph&, const SkPoint&, FallbackBlobBuilder*); |
- GrStrokeInfo fStroke; |
+ GrStyle fStyle; |
SkPaint fFont; |
SkScalar fTextRatio; |
float fTextInverseRatio; |