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