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