From 51d62dbed83e0be2922662570eb6ca34c8170416 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 21 Jul 2016 08:31:21 -0700 Subject: [PATCH] Init path color in distance field path renderer test GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2164313002 NOTREECHECKS=true NOTRY=true NOPRESUBMIT=true TBR=egdaniel@google.com Review-Url: https://codereview.chromium.org/2164313002 --- tests/DFPathRendererTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DFPathRendererTest.cpp b/tests/DFPathRendererTest.cpp index 9613a8c78a..98274b2d7a 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); } -- 2.34.1