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