Index: src/gpu/GrAAConvexPathRenderer.cpp |
diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp |
index def69a04b99d108f96d3f6be3ff0addbcc5ddd61..ecaf6e8b1d68c98fa708f70937581c3898cd422b 100644 |
--- a/src/gpu/GrAAConvexPathRenderer.cpp |
+++ b/src/gpu/GrAAConvexPathRenderer.cpp |
@@ -673,7 +673,7 @@ GrGeometryProcessor* QuadEdgeEffect::TestCreate(SkRandom* random, |
// Doesn't work without derivative instructions. |
return caps.shaderDerivativeSupport() ? |
QuadEdgeEffect::Create(GrRandomColor(random), |
- GrProcessorUnitTest::TestMatrix(random)) : NULL; |
+ GrTest::TestMatrix(random)) : NULL; |
} |
/////////////////////////////////////////////////////////////////////////////// |