Index: src/gpu/GrStencilAndCoverTextContext.h |
diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h |
index c7b06cc1041cc73bfafa894cf1053ccda4fb1463..345b3a5d5ab3b0cb7a41e0b59957e755759f0a00 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.h |
+++ b/src/gpu/GrStencilAndCoverTextContext.h |
@@ -51,8 +51,8 @@ private: |
kMaxPerformance_RenderMode, |
}; |
- GrDrawState fDrawState; |
- GrDrawState::AutoRestoreEffects fStateRestore; |
+ GrPipelineBuilder fPipelineBuilder; |
+ GrPipelineBuilder::AutoRestoreEffects fStateRestore; |
SkScalar fTextRatio; |
float fTextInverseRatio; |
SkGlyphCache* fGlyphCache; |