| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index e24d82329442c70818beef9b47703cd475233d80..c14d6f99f824344b77bd9b6980a5c0d56751d491 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -91,10 +91,8 @@ protected:
|
|
|
|
|
| #if SK_SUPPORT_GPU
|
| - virtual bool asNewEffect(GrEffect** effect,
|
| - GrTexture*,
|
| - const SkMatrix& ctm,
|
| - const SkIRect& bounds) const SK_OVERRIDE;
|
| + virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| + const SkIRect& bounds) const SK_OVERRIDE;
|
| #endif
|
|
|
| private:
|
|
|