| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 016dab6588cca3c1d60255a458ff38f9ed5ae08f..76349f430c1b091e75318194676e517b5295d625 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -83,8 +83,8 @@ protected:
|
|
|
|
|
| #if SK_SUPPORT_GPU
|
| - bool asFragmentProcessor(GrFragmentProcessor**, GrProcessorDataManager*, GrTexture*,
|
| - const SkMatrix&, const SkIRect& bounds) const override;
|
| + bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| + const SkIRect& bounds) const override;
|
| #endif
|
|
|
| private:
|
|
|