Index: tests/TessellatingPathRendererTests.cpp |
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp |
index 51ccef93293f48d33d87c931ac70a654bf49afd1..16cf7b223c5f5ee29764d12938c458daeeb4950b 100644 |
--- a/tests/TessellatingPathRendererTests.cpp |
+++ b/tests/TessellatingPathRendererTests.cpp |
@@ -248,8 +248,8 @@ static void test_path(GrDrawContext* drawContext, GrResourceProvider* rp, const |
args.fResourceProvider = rp; |
args.fColor = GrColor_WHITE; |
args.fViewMatrix = &SkMatrix::I(); |
- args.fPath = &path; |
- args.fStyle = &style; |
+ GrShape shape(path, style); |
+ args.fShape = &shape; |
args.fAntiAlias = false; |
tess.drawPath(args); |
} |