Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Unified Diff: tests/DFPathRendererTest.cpp

Issue 2164313002: Init path color in distance field path renderer test (Closed) Base URL: https://chromium.googlesource.com/skia.git@m53
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698