| Index: src/gpu/GrStencilAndCoverTextContext.h
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h
|
| index 37537952dcf9132fc7ab8d4fb660d5079f1b7a13..d7871dcc31c3353dbbd69cb039bfb6fb6afa5ecc 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.h
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.h
|
| @@ -51,21 +51,21 @@ private:
|
| kMaxPerformance_RenderMode,
|
| };
|
|
|
| - GrPipelineBuilder fPipelineBuilder;
|
| - GrPipelineBuilder::AutoRestoreEffects fStateRestore;
|
| - SkScalar fTextRatio;
|
| - float fTextInverseRatio;
|
| - SkGlyphCache* fGlyphCache;
|
| - GrPathRange* fGlyphs;
|
| - SkStrokeRec fStroke;
|
| - uint16_t fGlyphIndices[kGlyphBufferSize];
|
| - SkPoint fGlyphPositions[kGlyphBufferSize];
|
| - int fQueuedGlyphCount;
|
| - int fFallbackGlyphsIdx;
|
| - SkMatrix fContextInitialMatrix;
|
| - SkMatrix fViewMatrix;
|
| - SkMatrix fLocalMatrix;
|
| - bool fUsingDeviceSpaceGlyphs;
|
| + GrPipelineBuilder fPipelineBuilder;
|
| + GrPipelineBuilder::AutoRestoreFragmentProcessors fStateRestore;
|
| + SkScalar fTextRatio;
|
| + float fTextInverseRatio;
|
| + SkGlyphCache* fGlyphCache;
|
| + GrPathRange* fGlyphs;
|
| + SkStrokeRec fStroke;
|
| + uint16_t fGlyphIndices[kGlyphBufferSize];
|
| + SkPoint fGlyphPositions[kGlyphBufferSize];
|
| + int fQueuedGlyphCount;
|
| + int fFallbackGlyphsIdx;
|
| + SkMatrix fContextInitialMatrix;
|
| + SkMatrix fViewMatrix;
|
| + SkMatrix fLocalMatrix;
|
| + bool fUsingDeviceSpaceGlyphs;
|
|
|
| GrStencilAndCoverTextContext(GrContext*, const SkDeviceProperties&);
|
|
|
|
|