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