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