| Index: src/effects/SkMatrixConvolutionImageFilter.cpp
|
| diff --git a/src/effects/SkMatrixConvolutionImageFilter.cpp b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| index 03b28969b347c9a1eaa82815de81b975d2776a36..9446b8ee194c7591e7f483be732c83e7070832b0 100644
|
| --- a/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| +++ b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| @@ -530,7 +530,7 @@ GR_DEFINE_EFFECT_TEST(GrMatrixConvolutionEffect);
|
| // Allows for a 5x5 kernel (or 25x1, for that matter).
|
| #define MAX_KERNEL_SIZE 25
|
|
|
| -GrEffectRef* GrMatrixConvolutionEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* GrMatrixConvolutionEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
|
|