Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index b53ff797fa4718616fbab42936faf96eb4ba965b..94a6c2e528e787625aa654058bbd7206065996a9 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -413,7 +413,7 @@ void GrStencilAndCoverTextContext::flush() { |
} |
fDrawTarget->drawPaths(fGlyphs, fIndexBuffer, fPendingGlyphCount, |
- fTransformBuffer, fTransformType, SkPath::kWinding_FillType); |
+ fTransformBuffer, fTransformType, GrPathRendering::kWinding_FillType); |
fPendingGlyphCount = 0; |
} |