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

Unified Diff: tests/DFPathRendererTest.cpp

Issue 2157933003: Initialize fGammaCorrect in DF Path Renderer unit test (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
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 561ec45629721cb5ba85064ab4000fa12a5f2101..9613a8c78ace17b24e97c4089185cb85c1eff200 100644
--- a/tests/DFPathRendererTest.cpp
+++ b/tests/DFPathRendererTest.cpp
@@ -51,7 +51,7 @@ static void test_far_from_origin(GrDrawContext* drawContext, GrPathRenderer* pr,
args.fViewMatrix = &matrix;
args.fShape = &shape;
args.fAntiAlias = true;
-
+ args.fGammaCorrect = false;
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