| Index: src/gpu/effects/GrConvolutionEffect.cpp
 | 
| diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp
 | 
| index 3d96a00e9d9aeea0a2b38a5fe618d0f60bc62415..4124d5b97db3ae7bd2c05551c9aff3662ee7b55e 100644
 | 
| --- a/src/gpu/effects/GrConvolutionEffect.cpp
 | 
| +++ b/src/gpu/effects/GrConvolutionEffect.cpp
 | 
| @@ -220,7 +220,7 @@ GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrConvolutionEffect);
 | 
|  
 | 
|  GrFragmentProcessor* GrConvolutionEffect::TestCreate(SkRandom* random,
 | 
|                                                       GrContext*,
 | 
| -                                                     const GrDrawTargetCaps&,
 | 
| +                                                     const GrCaps&,
 | 
|                                                       GrTexture* textures[]) {
 | 
|      int texIdx = random->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
 | 
|                                        GrProcessorUnitTest::kAlphaTextureIdx;
 | 
| 
 |