Chromium Code Reviews| Index: tests/DFPathRendererTest.cpp |
| diff --git a/tests/DFPathRendererTest.cpp b/tests/DFPathRendererTest.cpp |
| index 9613a8c78ace17b24e97c4089185cb85c1eff200..98274b2d7a1f037d6472a3001a7dfe6400c2c02b 100644 |
| --- a/tests/DFPathRendererTest.cpp |
| +++ b/tests/DFPathRendererTest.cpp |
| @@ -52,6 +52,7 @@ static void test_far_from_origin(GrDrawContext* drawContext, GrPathRenderer* pr, |
| args.fShape = &shape; |
| args.fAntiAlias = true; |
| args.fGammaCorrect = false; |
| + args.fColor = 0x0; |
| pr->drawPath(args); |
| } |