diff options
Diffstat (limited to 'src/gpu/text/GrStencilAndCoverTextContext.h')
-rw-r--r-- | src/gpu/text/GrStencilAndCoverTextContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/text/GrStencilAndCoverTextContext.h b/src/gpu/text/GrStencilAndCoverTextContext.h index b1faba11b0..2c13ca035c 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; |