| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 3bbfc4f09bc284f1575dcd540c0fd09b2747e8b6..62c69357ebe562c14d4cbd827d7fce1a6524f87d 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -77,14 +77,14 @@ protected:
|
| const CropRect* cropRect);
|
| void flatten(SkWriteBuffer&) const override;
|
|
|
| - virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* loc) const override;
|
| + bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| + SkBitmap* result, SkIPoint* loc) const override;
|
| bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const override;
|
|
|
|
|
| #if SK_SUPPORT_GPU
|
| - virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| - const SkIRect& bounds) const override;
|
| + bool asFragmentProcessor(GrFragmentProcessor**, GrShaderDataManager*, GrTexture*,
|
| + const SkMatrix&, const SkIRect& bounds) const override;
|
| #endif
|
|
|
| private:
|
|
|