| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 76349f430c1b091e75318194676e517b5295d625..0ddae1fad407bd6e99bef4e5f86c476c4d3dbea6 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -84,7 +84,7 @@ protected:
|
|
|
| #if SK_SUPPORT_GPU
|
| bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| - const SkIRect& bounds) const override;
|
| + const SkIRect& bounds, GrRenderTarget* dst) const override;
|
| #endif
|
|
|
| private:
|
|
|