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); |
} |