Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 3fbdf160059339277a01609191cc7d9f167af87d..ab20dc39023432726214745d2d0764301c915afd 100644 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -1155,7 +1155,7 @@ void GrContext::internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& |
SkTCopyOnFirstWrite<SkStrokeRec> stroke(origStroke); |
// Try a 1st time without stroking the path and without allowing the SW renderer |
- GrPathRenderer::AutoClearPath acp(this->getPathRenderer(*pathPtr, *stroke, |
+ GrPathRenderer::AutoClearPath acp(this->getPathRenderer(*pathPtr, *stroke, |
target, false, type, |
pathPtr->getFillType())); |