Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp |
index c1bc6dff306769ccff0014e2b93d6fecb33378ad..e8934d74a689518ab7d69e4ac88e369e42e954cc 100644 |
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp |
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp |
@@ -73,5 +73,5 @@ const GrFragmentProcessor* GrSimpleTextureEffect::TestCreate(GrProcessorTestData |
GrCoordSet coordSet = kCoordSets[d->fRandom->nextULessThan(SK_ARRAY_COUNT(kCoordSets))]; |
const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); |
- return GrSimpleTextureEffect::Create(d->fTextures[texIdx], matrix, coordSet); |
+ return GrSimpleTextureEffect::Create(d->fTextures[texIdx], matrix, coordSet, NULL); |
} |