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