Index: src/gpu/text/GrStencilAndCoverTextContext.h |
diff --git a/src/gpu/text/GrStencilAndCoverTextContext.h b/src/gpu/text/GrStencilAndCoverTextContext.h |
index 3c92b39eb754ce3d5629634eb1094167abae0f62..0f6735e1333a2262637502ff83b6986dd6d4dc68 100644 |
--- a/src/gpu/text/GrStencilAndCoverTextContext.h |
+++ b/src/gpu/text/GrStencilAndCoverTextContext.h |
@@ -97,18 +97,18 @@ private: |
GrPathRange* createGlyphs(GrContext*) const; |
void appendGlyph(const SkGlyph&, const SkPoint&, FallbackBlobBuilder*); |
- GrStyle fStyle; |
- SkPaint fFont; |
- SkScalar fTextRatio; |
- float fTextInverseRatio; |
- bool fUsingRawGlyphPaths; |
- GrUniqueKey fGlyphPathsKey; |
- int fTotalGlyphCount; |
- SkAutoTUnref<InstanceData> fInstanceData; |
- int fFallbackGlyphCount; |
- SkAutoTUnref<const SkTextBlob> fFallbackTextBlob; |
- mutable SkGlyphCache* fDetachedGlyphCache; |
- mutable uint32_t fLastDrawnGlyphsID; |
+ GrStyle fStyle; |
+ SkPaint fFont; |
+ SkScalar fTextRatio; |
+ float fTextInverseRatio; |
+ bool fUsingRawGlyphPaths; |
+ GrUniqueKey fGlyphPathsKey; |
+ int fTotalGlyphCount; |
+ SkAutoTUnref<InstanceData> fInstanceData; |
+ int fFallbackGlyphCount; |
+ sk_sp<SkTextBlob> fFallbackTextBlob; |
+ mutable SkGlyphCache* fDetachedGlyphCache; |
+ mutable uint32_t fLastDrawnGlyphsID; |
}; |
// Text blobs/caches. |