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