| Index: src/gpu/effects/GrConvolutionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp
|
| index dd25d40e789087c7306435edae9a7e61687bef57..19fed1cfbd46a193f232912c3ada4b1df7b31709 100644
|
| --- a/src/gpu/effects/GrConvolutionEffect.cpp
|
| +++ b/src/gpu/effects/GrConvolutionEffect.cpp
|
| @@ -219,7 +219,7 @@ bool GrConvolutionEffect::onIsEqual(const GrEffect& sBase) const {
|
|
|
| GR_DEFINE_EFFECT_TEST(GrConvolutionEffect);
|
|
|
| -GrEffectRef* GrConvolutionEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* GrConvolutionEffect::TestCreate(SkRandom* random,
|
| GrContext*,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
|
|