Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
=================================================================== |
--- src/gpu/effects/GrSimpleTextureEffect.cpp (revision 8365) |
+++ src/gpu/effects/GrSimpleTextureEffect.cpp (working copy) |
@@ -97,6 +97,7 @@ |
GrEffectRef* GrSimpleTextureEffect::TestCreate(SkMWCRandom* random, |
GrContext*, |
+ const GrDrawTargetCaps&, |
GrTexture* textures[]) { |
int texIdx = random->nextBool() ? GrEffectUnitTest::kSkiaPMTextureIdx : |
GrEffectUnitTest::kAlphaTextureIdx; |