Index: tests/TessellatingPathRendererTests.cpp |
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp |
index 16cf7b223c5f5ee29764d12938c458daeeb4950b..80e65cd3f01411f42a3440db24410330de571f6e 100644 |
--- a/tests/TessellatingPathRendererTests.cpp |
+++ b/tests/TessellatingPathRendererTests.cpp |
@@ -246,7 +246,6 @@ static void test_path(GrDrawContext* drawContext, GrResourceProvider* rp, const |
args.fDrawContext = drawContext; |
args.fClip = &noClip; |
args.fResourceProvider = rp; |
- args.fColor = GrColor_WHITE; |
args.fViewMatrix = &SkMatrix::I(); |
GrShape shape(path, style); |
args.fShape = &shape; |