| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index cd2a16fdfe3fa9111cd4e2915337b205d8875bb8..78a66f8d703d963107333f987e5c55541d7fbd0e 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -62,7 +62,7 @@ protected:
|
| SkBitmap* result, SkIPoint* loc) SK_OVERRIDE;
|
|
|
| #if SK_SUPPORT_GPU
|
| - virtual bool asNewEffect(GrEffectRef**, GrTexture*) const SK_OVERRIDE;
|
| + virtual bool asNewEffect(GrEffectRef** effect, GrTexture*) const SK_OVERRIDE;
|
| #endif
|
|
|
| private:
|
|
|