| Index: src/gpu/effects/GrSimpleTextureEffect.cpp | 
| =================================================================== | 
| --- src/gpu/effects/GrSimpleTextureEffect.cpp	(revision 7988) | 
| +++ src/gpu/effects/GrSimpleTextureEffect.cpp	(working copy) | 
| @@ -68,7 +68,7 @@ | 
| GR_DEFINE_EFFECT_TEST(GrSimpleTextureEffect); | 
|  | 
| GrEffectRef* GrSimpleTextureEffect::TestCreate(SkMWCRandom* random, | 
| -                                               GrContext* context, | 
| +                                               GrContext*, | 
| GrTexture* textures[]) { | 
| int texIdx = random->nextBool() ? GrEffectUnitTest::kSkiaPMTextureIdx : | 
| GrEffectUnitTest::kAlphaTextureIdx; | 
|  |